Struct esp_hal::rmt::RxTransaction
source · pub struct RxTransaction<'a, C, T: From<u32> + Copy>where
C: RxChannel,{ /* private fields */ }Expand description
RX transaction instance
Implementations§
Auto Trait Implementations§
impl<'a, C, T> Freeze for RxTransaction<'a, C, T>where
C: Freeze,
impl<'a, C, T> RefUnwindSafe for RxTransaction<'a, C, T>where
C: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, C, T> Send for RxTransaction<'a, C, T>
impl<'a, C, T> Sync for RxTransaction<'a, C, T>
impl<'a, C, T> Unpin for RxTransaction<'a, C, T>where
C: Unpin,
impl<'a, C, T> !UnwindSafe for RxTransaction<'a, C, T>
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