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