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