Struct nrf52840_pac::FICR
source · pub struct FICR { /* private fields */ }
Expand description
Factory information configuration registers
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FICR
impl RefUnwindSafe for FICR
impl !Sync for FICR
impl Unpin for FICR
impl UnwindSafe for FICR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more