Enum io::ffi::InputModes [] [src]

pub enum InputModes {
    IGNBRK,
    BRKINT,
    IGNPAR,
    PARMRK,
    INPCK,
    ISTRIP,
    INLCR,
    IGNCR,
    ICRNL,
    IUCLC,
    IXON,
    IXANY,
    IXOFF,
    IMAXBEL,
    IUTF8,
}

All the const * are default values of c_iflag.

Variants

IGNBRK
BRKINT
IGNPAR
PARMRK
INPCK
ISTRIP
INLCR
IGNCR
ICRNL
IUCLC
IXON
IXANY
IXOFF
IMAXBEL
IUTF8

Trait Implementations

Derived Implementations

impl Clone for InputModes

fn clone(&self) -> InputModes

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

impl Copy for InputModes