pub struct WDATR { /* private fields */ }
Expand description
channel watchdog filter data register
Implementations§
Auto Trait Implementations§
impl !Freeze for WDATR
impl !RefUnwindSafe for WDATR
impl Send for WDATR
impl !Sync for WDATR
impl Unpin for WDATR
impl UnwindSafe for WDATR
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