Enum thrussh::Pty [] [src]

pub enum Pty {
    TTY_OP_END,
    VINTR,
    VQUIT,
    VERASE,
    VKILL,
    VEOF,
    VEOL,
    VEOL2,
    VSTART,
    VSTOP,
    VSUSP,
    VDSUSP,
    VREPRINT,
    VWERASE,
    VLNEXT,
    VFLUSH,
    VSWTCH,
    VSTATUS,
    VDISCARD,
    IGNPAR,
    PARMRK,
    INPCK,
    ISTRIP,
    INLCR,
    IGNCR,
    ICRNL,
    IUCLC,
    IXON,
    IXANY,
    IXOFF,
    IMAXBEL,
    ISIG,
    ICANON,
    XCASE,
    ECHO,
    ECHOE,
    ECHOK,
    ECHONL,
    NOFLSH,
    TOSTOP,
    IEXTEN,
    ECHOCTL,
    ECHOKE,
    PENDIN,
    OPOST,
    OLCUC,
    ONLCR,
    OCRNL,
    ONOCR,
    ONLRET,
    CS7,
    CS8,
    PARENB,
    PARODD,
    TTY_OP_ISPEED,
    TTY_OP_OSPEED,
}

Variants

TTY_OP_ENDVINTRVQUITVERASEVKILLVEOFVEOLVEOL2VSTARTVSTOPVSUSPVDSUSPVREPRINTVWERASEVLNEXTVFLUSHVSWTCHVSTATUSVDISCARDIGNPARPARMRKINPCKISTRIPINLCRIGNCRICRNLIUCLCIXONIXANYIXOFFIMAXBELISIGICANONXCASEECHOECHOEECHOKECHONLNOFLSHTOSTOPIEXTENECHOCTLECHOKEPENDINOPOSTOLCUCONLCROCRNLONOCRONLRETCS7CS8PARENBPARODDTTY_OP_ISPEEDTTY_OP_OSPEED

Methods

impl Pty
[src]

fn from_u8(x: u8) -> Option<Pty>

Trait Implementations

impl PartialEq for Pty
[src]

fn eq(&self, __arg_0: &Pty) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for Pty
[src]

fn clone(&self) -> Pty

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for Pty
[src]

impl Debug for Pty
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.