#[non_exhaustive]pub struct DmaChannel0 {}Expand description
A description of a specific GDMA channel
Trait Implementations§
Source§impl DmaChannel for DmaChannel0
impl DmaChannel for DmaChannel0
Auto Trait Implementations§
impl Freeze for DmaChannel0
impl RefUnwindSafe for DmaChannel0
impl Send for DmaChannel0
impl Sync for DmaChannel0
impl Unpin for DmaChannel0
impl UnwindSafe for DmaChannel0
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