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
c_iflag: InputFlags
c_oflag: OutputFlags
c_cflag: ControlFlags
c_lflag: LocalFlags
c_line: cc_t
c_cc: [cc_t; 32]
c_ispeed: speed_t
c_ospeed: speed_t
Trait Implementations
impl Clone for Termios[src]
fn clone(&self) -> Termios
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more