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