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 termios
impl Clone for termios
[src]
impl Clone for termios
fn clone(&self) -> termios
[src]
fn clone(&self) -> termios
Returns 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 Termios
impl From<Termios> for termios
[src]
impl From<Termios> for termios