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