Enum nix::sys::termios::SpecialCharacterIndices [−][src]
#[repr(usize)]
pub enum SpecialCharacterIndices {
Show 17 variants
VDISCARD,
VEOF,
VEOL,
VEOL2,
VERASE,
VINTR,
VKILL,
VLNEXT,
VMIN,
VQUIT,
VREPRINT,
VSTART,
VSTOP,
VSUSP,
VSWTC,
VTIME,
VWERASE,
}
Expand description
Indices into the termios.c_cc
array for special characters.
Variants
VDISCARD
VEOF
VEOL
VEOL2
VERASE
VINTR
VKILL
VLNEXT
VMIN
VQUIT
VREPRINT
VSTART
VSTOP
VSUSP
VSWTC
VTIME
VWERASE
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for SpecialCharacterIndices
impl Send for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices
impl Unpin for SpecialCharacterIndices
impl UnwindSafe for SpecialCharacterIndices
Blanket Implementations
Mutably borrows from an owned value. Read more