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

The short name of the serial port

The hardware device type that exposes this port

Trait Implementations

impl Clone for SerialPortInfo
[src]

impl Eq for SerialPortInfo
[src]

impl PartialEq<SerialPortInfo> for SerialPortInfo
[src]

[src]

[src]

impl Debug for SerialPortInfo
[src]

[src]