pub struct RegDma;Expand description
Regular-conversion DMA.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegDma
impl RefUnwindSafe for RegDma
impl Send for RegDma
impl Sync for RegDma
impl Unpin for RegDma
impl UnsafeUnpin for RegDma
impl UnwindSafe for RegDma
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