Struct linux_input_sys::termio [] [src]

#[repr(C)]
pub struct termio { pub c_iflag: c_ushort, pub c_oflag: c_ushort, pub c_cflag: c_ushort, pub c_lflag: c_ushort, pub c_line: c_uchar, pub c_cc: [c_uchar; 8], }

Fields

Trait Implementations

impl Debug for termio
[src]

Formats the value using the given formatter.

impl Copy for termio
[src]

impl Clone for termio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more