Struct Wrprot2
#[repr(transparent)]pub struct Wrprot2(pub u32);
Expand description
Write Protection Register 2
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Wrprot2
impl Eq for Wrprot2
impl StructuralPartialEq for Wrprot2
Auto Trait Implementations§
impl Freeze for Wrprot2
impl RefUnwindSafe for Wrprot2
impl Send for Wrprot2
impl Sync for Wrprot2
impl Unpin for Wrprot2
impl UnwindSafe for Wrprot2
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