Enum io::ffi::ControlCharacter [] [src]

pub enum ControlCharacter {
    VINTR,
    VQUIT,
    VERASE,
    VKILL,
    VEOF,
    VTIME,
    VMIN,
    VSWTC,
    VSTART,
    VSTOP,
    VSUSP,
    VEOL,
    VREPRINT,
    VDISCARD,
    VWERASE,
    VLNEXT,
    VEOL2,
}

All the const * are default values of c_cc.

Variants

VINTR
VQUIT
VERASE
VKILL
VEOF
VTIME
VMIN
VSWTC
VSTART
VSTOP
VSUSP
VEOL
VREPRINT
VDISCARD
VWERASE
VLNEXT
VEOL2

Trait Implementations

Derived Implementations

impl Clone for ControlCharacter

fn clone(&self) -> ControlCharacter

fn clone_from(&mut self, source: &Self)

impl Copy for ControlCharacter