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