Enum io_synesthesist::ffi::ControlCharacter [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for ControlCharacter
[src]

impl Clone for ControlCharacter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more