Struct nix::libc::termios [−][src]
#[repr(C)]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: u32
c_oflag: u32
c_cflag: u32
c_lflag: u32
c_line: u8
c_cc: [u8; 32]
c_ispeed: u32
c_ospeed: u32
Trait Implementations
impl Copy for termios[src]
impl Copy for termiosimpl Clone for termios[src]
impl Clone for termiosfn clone(&self) -> termios[src]
fn clone(&self) -> termiosReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<termios> for Termios[src]
impl From<termios> for Termiosimpl From<Termios> for termios[src]
impl From<Termios> for termios