pub struct Smartdma { /* private fields */ }Expand description
Smart DMA Controller
Implementations§
Trait Implementations§
impl Copy for Smartdma
impl Eq for Smartdma
impl Send for Smartdma
impl StructuralPartialEq for Smartdma
impl Sync for Smartdma
Auto Trait Implementations§
impl Freeze for Smartdma
impl RefUnwindSafe for Smartdma
impl Unpin for Smartdma
impl UnwindSafe for Smartdma
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