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