#[repr(transparent)]pub struct Wmcr(pub u16);Expand description
Watchdog Miscellaneous Control Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Wmcr
impl Eq for Wmcr
impl StructuralPartialEq for Wmcr
Auto Trait Implementations§
impl Freeze for Wmcr
impl RefUnwindSafe for Wmcr
impl Send for Wmcr
impl Sync for Wmcr
impl Unpin for Wmcr
impl UnwindSafe for Wmcr
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