Struct avr_hal_generic::wdt::Wdt
source · [−]pub struct Wdt<H, WDT> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<H, WDT> RefUnwindSafe for Wdt<H, WDT> where
H: RefUnwindSafe,
WDT: RefUnwindSafe,
impl<H, WDT> Send for Wdt<H, WDT> where
H: Send,
WDT: Send,
impl<H, WDT> Sync for Wdt<H, WDT> where
H: Sync,
WDT: Sync,
impl<H, WDT> Unpin for Wdt<H, WDT> where
H: Unpin,
WDT: Unpin,
impl<H, WDT> UnwindSafe for Wdt<H, WDT> where
H: UnwindSafe,
WDT: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more