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
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