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