Enum nix::sys::termios::SpecialCharacterIndices [−][src]
#[repr(usize)]
pub enum SpecialCharacterIndices {
Show variants
VDISCARD,
VEOF,
VEOL,
VEOL2,
VERASE,
VINTR,
VKILL,
VLNEXT,
VMIN,
VQUIT,
VREPRINT,
VSTART,
VSTOP,
VSUSP,
VSWTC,
VTIME,
VWERASE,
}Indices into the termios.c_cc array for special characters.
Variants
Trait Implementations
impl Clone for SpecialCharacterIndices[src]
impl Clone for SpecialCharacterIndices[src]fn clone(&self) -> SpecialCharacterIndices[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for SpecialCharacterIndices[src]
impl Hash for SpecialCharacterIndices[src]impl Ord for SpecialCharacterIndices[src]
impl Ord for SpecialCharacterIndices[src]impl PartialOrd<SpecialCharacterIndices> for SpecialCharacterIndices[src]
impl PartialOrd<SpecialCharacterIndices> for SpecialCharacterIndices[src]fn partial_cmp(&self, other: &SpecialCharacterIndices) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool