Struct esp32_hal::dma::pdma::Spi3DmaChannelRxImpl
source · pub struct Spi3DmaChannelRxImpl {}
Trait Implementations§
source§impl<'a> RxChannel<Spi3DmaChannel> for Spi3DmaChannelRxImpl
impl<'a> RxChannel<Spi3DmaChannel> for Spi3DmaChannelRxImpl
Auto Trait Implementations§
impl RefUnwindSafe for Spi3DmaChannelRxImpl
impl Send for Spi3DmaChannelRxImpl
impl Sync for Spi3DmaChannelRxImpl
impl Unpin for Spi3DmaChannelRxImpl
impl UnwindSafe for Spi3DmaChannelRxImpl
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