Struct stdcli::prelude::libc::termios2 [] [src]

#[repr(C)]
pub struct termios2 { pub c_iflag: u32, pub c_oflag: u32, pub c_cflag: u32, pub c_lflag: u32, pub c_line: u8, pub c_cc: [u8; 19], pub c_ispeed: u32, pub c_ospeed: u32, }

Fields

Trait Implementations

impl Copy for termios2
[src]

impl Clone for termios2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more