Enum nix::sys::termios::SpecialCharacterIndices
#[repr(usize)]
#[non_exhaustive]
pub enum SpecialCharacterIndices {
VDISCARD,
VEOF,
VEOL,
VEOL2,
VERASE,
VINTR,
VKILL,
VLNEXT,
VMIN,
VQUIT,
VREPRINT,
VSTART,
VSTOP,
VSUSP,
VSWTC,
VTIME,
VWERASE,
}
Documentation
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
fn clone(&Self) -> SpecialCharacterIndices
impl Copy for SpecialCharacterIndices
impl Debug for SpecialCharacterIndices
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for SpecialCharacterIndices
impl Hash for SpecialCharacterIndices
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl Ord for SpecialCharacterIndices
fn cmp(&Self, other: &SpecialCharacterIndices) -> $crate::cmp::Ordering
impl PartialEq<SpecialCharacterIndices> for SpecialCharacterIndices
fn eq(&Self, other: &SpecialCharacterIndices) -> bool
impl PartialOrd<SpecialCharacterIndices> for SpecialCharacterIndices
fn partial_cmp(&Self, other: &SpecialCharacterIndices) -> $crate::option::Option<$crate::cmp::Ordering>
impl StructuralEq for SpecialCharacterIndices
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
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T