Struct redox_termios::Termios [] [src]

#[repr(C)]
pub struct Termios { pub c_iflag: tcflag_t, pub c_oflag: tcflag_t, pub c_cflag: tcflag_t, pub c_lflag: tcflag_t, pub c_cc: [cc_t; 32], }

Fields

Trait Implementations

impl Clone for Termios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Termios
[src]

impl Debug for Termios
[src]

Formats the value using the given formatter.

impl Default for Termios
[src]

Returns the "default value" for a type. Read more

impl Deref for Termios
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Termios
[src]

The method called to mutably dereference a value