pub struct DFSDM0_EXMAX { /* private fields */ }
Expand description
DFSDM Extremes detector maximum register
Implementations§
Auto Trait Implementations§
impl !Freeze for DFSDM0_EXMAX
impl !RefUnwindSafe for DFSDM0_EXMAX
impl Send for DFSDM0_EXMAX
impl !Sync for DFSDM0_EXMAX
impl Unpin for DFSDM0_EXMAX
impl UnwindSafe for DFSDM0_EXMAX
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