Struct Nskeyr
#[repr(transparent)]pub struct Nskeyr(pub u32);
Expand description
FLASH non-secure key register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Nskeyr
impl Eq for Nskeyr
impl StructuralPartialEq for Nskeyr
Auto Trait Implementations§
impl Freeze for Nskeyr
impl RefUnwindSafe for Nskeyr
impl Send for Nskeyr
impl Sync for Nskeyr
impl Unpin for Nskeyr
impl UnwindSafe for Nskeyr
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