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