pub struct DFSDM2_RDATAR { /* private fields */ }
Expand description
DFSDM data register for the regular channel
Implementations§
Auto Trait Implementations§
impl !Freeze for DFSDM2_RDATAR
impl !RefUnwindSafe for DFSDM2_RDATAR
impl Send for DFSDM2_RDATAR
impl !Sync for DFSDM2_RDATAR
impl Unpin for DFSDM2_RDATAR
impl UnwindSafe for DFSDM2_RDATAR
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