Struct nix::sys::termios::Termios [] [src]

pub struct Termios {
    pub c_iflag: InputFlags,
    pub c_oflag: OutputFlags,
    pub c_cflag: ControlFlags,
    pub c_lflag: LocalFlags,
    pub c_line: cc_t,
    pub c_cc: [cc_t; 32],
    pub c_ispeed: speed_t,
    pub c_ospeed: speed_t,
}

Fields

Trait Implementations

impl Clone for Termios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Termios
[src]