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