pub struct Tx;
Expand description
Type-level variant of the Capability
enum for simplex, Transmit
-only
transactions
Spi
structs are Tx
when the DI
(Data In) type is NoneT
in the
corresponding Pads
struct.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tx
impl RefUnwindSafe for Tx
impl Send for Tx
impl Sync for Tx
impl Unpin for Tx
impl UnwindSafe for Tx
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