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