#[repr(transparent)]pub struct Lpzmkr(pub u32);Expand description
SNVS_LP Zeroizable Master Key Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lpzmkr
impl Eq for Lpzmkr
impl StructuralPartialEq for Lpzmkr
Auto Trait Implementations§
impl Freeze for Lpzmkr
impl RefUnwindSafe for Lpzmkr
impl Send for Lpzmkr
impl Sync for Lpzmkr
impl Unpin for Lpzmkr
impl UnwindSafe for Lpzmkr
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