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