Struct serial_unix::TTYSettings [] [src]

pub struct TTYSettings { /* fields omitted */ }

Serial port settings for TTY devices.

Trait Implementations

impl Debug for TTYSettings
[src]

Formats the value using the given formatter.

impl Copy for TTYSettings
[src]

impl Clone for TTYSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SerialPortSettings for TTYSettings
[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.