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