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