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