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