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