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