Struct serial_embedded_hal::Tx[][src]

pub struct Tx(_);

Trait Implementations

impl Write<u8> for Tx
[src]

Write error

Writes a single word to the serial interface

Ensures that none of the previously written words are still buffered

Auto Trait Implementations

impl Send for Tx

impl Sync for Tx