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