pub struct SysWdog { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for SysWdog
impl Eq for SysWdog
impl Send for SysWdog
SYS_WDOG registers
impl StructuralPartialEq for SysWdog
impl Sync for SysWdog
Auto Trait Implementations§
impl Freeze for SysWdog
impl RefUnwindSafe for SysWdog
impl Unpin for SysWdog
impl UnwindSafe for SysWdog
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