pub struct AnyGdmaChannel<'d> { /* private fields */ }Expand description
An arbitrary GDMA channel
Trait Implementations§
Source§impl<'d> Debug for AnyGdmaChannel<'d>
Available on crate feature unstable only.
impl<'d> Debug for AnyGdmaChannel<'d>
Available on crate feature
unstable only.Source§impl<'d> DmaChannel for AnyGdmaChannel<'d>
Available on crate feature unstable only.
impl<'d> DmaChannel for AnyGdmaChannel<'d>
Available on crate feature
unstable only.Source§type Rx = AnyGdmaRxChannel<'d>
type Rx = AnyGdmaRxChannel<'d>
A description of the RX half of a DMA Channel.
Source§type Tx = AnyGdmaTxChannel<'d>
type Tx = AnyGdmaTxChannel<'d>
A description of the TX half of a DMA Channel.
Auto Trait Implementations§
impl<'d> Freeze for AnyGdmaChannel<'d>
impl<'d> RefUnwindSafe for AnyGdmaChannel<'d>
impl<'d> Send for AnyGdmaChannel<'d>
impl<'d> Sync for AnyGdmaChannel<'d>
impl<'d> Unpin for AnyGdmaChannel<'d>
impl<'d> UnsafeUnpin for AnyGdmaChannel<'d>
impl<'d> !UnwindSafe for AnyGdmaChannel<'d>
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