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

Trait Implementations

impl Copy for termios
[src]

impl Clone for termios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<termios> for Termios
[src]

Performs the conversion.

impl From<Termios> for termios
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for termios

impl Sync for termios