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