pub struct AWD2CR { /* private fields */ }
Expand description
Analog Watchdog 2 Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for AWD2CR
impl !RefUnwindSafe for AWD2CR
impl Send for AWD2CR
impl !Sync for AWD2CR
impl Unpin for AWD2CR
impl UnwindSafe for AWD2CR
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