Enum nix::sys::termios::SetArg[][src]

#[repr(C)]
pub enum SetArg { TCSANOW, TCSADRAIN, TCSAFLUSH, }

Variants

Trait Implementations

impl Clone for SetArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SetArg
[src]

Auto Trait Implementations

impl Send for SetArg

impl Sync for SetArg