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