pub struct ParallelPaired;Expand description
16-bit parallel input in a dual pair: the even channel uses Dual packing (DATPACK = 2), the odd channel is auto-fed from it.
Trait Implementations§
impl ChannelMode for ParallelPaired
Auto Trait Implementations§
impl Freeze for ParallelPaired
impl RefUnwindSafe for ParallelPaired
impl Send for ParallelPaired
impl Sync for ParallelPaired
impl Unpin for ParallelPaired
impl UnsafeUnpin for ParallelPaired
impl UnwindSafe for ParallelPaired
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