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