Struct linux_embedded_hal::Serial [−][src]
pub struct Serial(pub TTYPort);Expand description
Newtype around serial_unix::TTYPort that implements
the embedded-hal traits.
Tuple Fields
0: TTYPortpub struct Serial(pub TTYPort);Newtype around serial_unix::TTYPort that implements
the embedded-hal traits.
0: TTYPort