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