Struct serial_windows::COMSettings [] [src]

pub struct COMSettings { /* fields omitted */ }

Serial port settings for COM ports.

Trait Implementations

impl Copy for COMSettings
[src]

impl Clone for COMSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for COMSettings
[src]

Formats the value using the given formatter.

impl SerialPortSettings for COMSettings
[src]

Returns the current baud rate. Read more

Returns the character size. Read more

Returns the parity-checking mode. Read more

Returns the number of stop bits. Read more

Returns the flow control mode. Read more

Sets the baud rate. Read more

Sets the character size.

Sets the parity-checking mode.

Sets the number of stop bits.

Sets the flow control mode.