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
VDISCARDVEOFVEOLVEOL2VERASEVINTRVKILLVLNEXTVMINVQUITVREPRINTVSTARTVSTOPVSUSPVSWTCVTIMEVWERASETrait Implementations
impl Clone for SpecialCharacterIndices
fn clone(&Self) -> SpecialCharacterIndicesimpl Copy for SpecialCharacterIndicesimpl Debug for SpecialCharacterIndices
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for SpecialCharacterIndicesimpl Hash for SpecialCharacterIndices
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl Ord for SpecialCharacterIndices
fn cmp(&Self, other: &SpecialCharacterIndices) -> $crate::cmp::Orderingimpl PartialEq<SpecialCharacterIndices> for SpecialCharacterIndices
fn eq(&Self, other: &SpecialCharacterIndices) -> boolimpl PartialOrd<SpecialCharacterIndices> for SpecialCharacterIndices
fn partial_cmp(&Self, other: &SpecialCharacterIndices) -> $crate::option::Option<$crate::cmp::Ordering>impl StructuralEq for SpecialCharacterIndicesAuto Trait Implementations
impl RefUnwindSafe for SpecialCharacterIndicesimpl Send for SpecialCharacterIndicesimpl Sync for SpecialCharacterIndicesimpl Unpin for SpecialCharacterIndicesimpl UnwindSafe for SpecialCharacterIndicesBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T