Struct esp32s3_hal::dma::gdma::Channel3RxImpl
source · pub struct Channel3RxImpl {}
Trait Implementations§
source§impl<'a> RxChannel<Channel3> for Channel3RxImpl
impl<'a> RxChannel<Channel3> for Channel3RxImpl
Auto Trait Implementations§
impl RefUnwindSafe for Channel3RxImpl
impl Send for Channel3RxImpl
impl Sync for Channel3RxImpl
impl Unpin for Channel3RxImpl
impl UnwindSafe for Channel3RxImpl
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