Struct SingleShotTxTransaction    Copy item path  Source  pub struct SingleShotTxTransaction<'ch, 'data, T>{  }Expand description An in-progress transaction for a single shot TX transaction.
If the data size exceeds the size of the internal buffer, .poll() or
.wait() needs to be called before the entire buffer has been sent to avoid
underruns.
Check transmission status and write new data to the hardware if
necessary.
Returns whether transmission has ended (whether successfully or with an
error). In that case, a subsequent call to wait() returns immediately.
Wait for the transaction to complete
Source § Available on crate feature unstable  only.
Executes the destructor for this type. 
Read more Immutably borrows from an owned value. 
Read more Mutably borrows from an owned value. 
Read more Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.