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