pub struct Iwdt { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Iwdt
impl Eq for Iwdt
impl Send for Iwdt
Independent Watchdog Timer
impl StructuralPartialEq for Iwdt
impl Sync for Iwdt
Auto Trait Implementations§
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