pub struct PRWD { /* private fields */ }Expand description
Watchdog Timer Peripheral Ready
Implementations§
Auto Trait Implementations§
impl !Freeze for PRWD
impl !RefUnwindSafe for PRWD
impl Send for PRWD
impl !Sync for PRWD
impl Unpin for PRWD
impl UnwindSafe for PRWD
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