pub struct IWDT { /* private fields */ }Expand description
IWDT peripheral
Implementations§
Trait Implementations§
impl Copy for IWDT
impl PeripheralType for IWDT
Auto Trait Implementations§
impl Freeze for IWDT
impl RefUnwindSafe for IWDT
impl Send for IWDT
impl Sync for IWDT
impl Unpin for IWDT
impl UnwindSafe for IWDT
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