Struct mio_serial::SerialPortInfo
[−]
[src]
pub struct SerialPortInfo {
pub port_name: String,
pub port_type: SerialPortType,
}A device-independent implementation of serial port information.
Fields
port_name: String
The short name of the serial port
port_type: SerialPortType
The hardware device type that exposes this port