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