Struct nix::sys::ioctl::libc::termios [] [src]

pub struct termios {
    pub c_iflag: u32,
    pub c_oflag: u32,
    pub c_cflag: u32,
    pub c_lflag: u32,
    pub c_line: u8,
    pub c_cc: [u8; 32],
    pub c_ispeed: u32,
    pub c_ospeed: u32,
}

Fields

c_iflag
c_oflag
c_cflag
c_lflag
c_line
c_cc
c_ispeed
c_ospeed

Trait Implementations

impl Clone for termios

fn clone(&self) -> termios

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for termios