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