Enum io::ffi::OutputModes [] [src]

pub enum OutputModes {
    OPOST,
    OLCUC,
    ONLCR,
    OCRNL,
    ONOCR,
    ONLRET,
    OFILL,
    OFDEL,
    VT0,
    VT1,
}

All the const * are default values of c_oflag.

Variants

OPOST
OLCUC
ONLCR
OCRNL
ONOCR
ONLRET
OFILL
OFDEL
VT0
VT1

Trait Implementations

Derived Implementations

impl Clone for OutputModes

fn clone(&self) -> OutputModes

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

impl Copy for OutputModes