pub struct Duplex;
Expand description
Type-level variant of the Capability
enum for duplex transactions
Spi
structs are Duplex
when both the DI
and DO
Pads
are
SomePad
.
corresponding Pads
struct.
Trait Implementations
impl Capability for Duplex
impl Receive for Duplex
impl Transmit for Duplex
Auto Trait Implementations
impl RefUnwindSafe for Duplex
impl Send for Duplex
impl Sync for Duplex
impl Unpin for Duplex
impl UnwindSafe for Duplex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more