Enum nix::sys::termios::SpecialCharacterIndices [−][src]
#[repr(usize)]pub enum SpecialCharacterIndices { 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
VDISCARD
VEOF
VEOL
VEOL2
VERASE
VINTR
VKILL
VLNEXT
VMIN
VQUIT
VREPRINT
VSTART
VSTOP
VSUSP
VSWTC
VTIME
VWERASE
Trait Implementations
impl Clone for SpecialCharacterIndices
[src]
impl Clone for SpecialCharacterIndices
fn clone(&self) -> SpecialCharacterIndices
[src]
fn clone(&self) -> SpecialCharacterIndices
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for SpecialCharacterIndices
[src]
impl Copy for SpecialCharacterIndices
impl Debug for SpecialCharacterIndices
[src]
impl Debug for SpecialCharacterIndices
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for SpecialCharacterIndices
[src]
impl PartialEq for SpecialCharacterIndices
fn eq(&self, other: &SpecialCharacterIndices) -> bool
[src]
fn eq(&self, other: &SpecialCharacterIndices) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for SpecialCharacterIndices
[src]
impl Eq for SpecialCharacterIndices
Auto Trait Implementations
impl Send for SpecialCharacterIndices
impl Send for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices
impl Sync for SpecialCharacterIndices