Struct termios::os::linux::termios [] [src]

#[repr(C)]
pub struct termios { pub c_iflag: tcflag_t, pub c_oflag: tcflag_t, pub c_cflag: tcflag_t, pub c_lflag: tcflag_t, pub c_cc: [cc_t; 32], // some fields omitted }

Fields

Trait Implementations

impl Debug for termios
[src]

[src]

Formats the value using the given formatter.

impl Copy for termios
[src]

impl Clone for termios
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for termios
[src]

impl PartialEq for termios
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.