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