pub struct UDMA { /* private fields */ }
Expand description
Micro Direct Memory Access register addresses
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UDMA
impl RefUnwindSafe for UDMA
impl !Sync for UDMA
impl Unpin for UDMA
impl UnwindSafe for UDMA
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