#[non_exhaustive]pub struct AnyGdmaChannel(/* private fields */);Expand description
An arbitrary GDMA channel
Trait Implementations§
Source§impl DmaChannel for AnyGdmaChannel
impl DmaChannel for AnyGdmaChannel
Source§type Rx = ChannelRxImpl<AnyGdmaChannel>
type Rx = ChannelRxImpl<AnyGdmaChannel>
A description of the RX half of a DMA Channel.
Source§type Tx = ChannelTxImpl<AnyGdmaChannel>
type Tx = ChannelTxImpl<AnyGdmaChannel>
A description of the TX half of a DMA Channel.
Auto Trait Implementations§
impl Freeze for AnyGdmaChannel
impl RefUnwindSafe for AnyGdmaChannel
impl Send for AnyGdmaChannel
impl Sync for AnyGdmaChannel
impl Unpin for AnyGdmaChannel
impl UnwindSafe for AnyGdmaChannel
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