Struct esp32c6_hal::parl_io::RxOneBit
source · pub struct RxOneBit<'d, P0> { /* private fields */ }
Expand description
Data pin configuration for 1 bit input mode
Implementations§
Auto Trait Implementations§
impl<'d, P0> RefUnwindSafe for RxOneBit<'d, P0>where P0: RefUnwindSafe,
impl<'d, P0> Send for RxOneBit<'d, P0>where P0: Send,
impl<'d, P0> Sync for RxOneBit<'d, P0>where P0: Sync,
impl<'d, P0> Unpin for RxOneBit<'d, P0>where P0: Unpin,
impl<'d, P0> !UnwindSafe for RxOneBit<'d, P0>
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