Enum nixterm::terminfo::BooleanField[][src]

#[repr(usize)]
pub enum BooleanField { AutoLeftMargin, AutoRightMargin, NoEscCtlc, CeolStandoutGlitch, EatNewlineGlitch, EraseOverstrike, GenericType, HardCopy, HasMetaKey, HasStatusLine, InsertNullGlitch, MemoryAbove, MemoryBelow, MoveInsertMode, MoveStandoutMode, OverStrike, StatusLineEscOk, DestTabsMagicSmso, TildeGlitch, TransparentUnderline, XonXoff, NeedsXonXoff, PrtrSilent, HardCursor, NonRevRmcup, NoPadChar, NonDestScrollRegion, CanChange, BackColorErase, HueLightnessSaturation, ColAddrGlitch, CrCancelsMicroMode, HasPrintWheel, RowAddrGlitch, SemiAutoRightMargin, CpiChangesRes, LpiChangesRes, BackspacesWithBs, CrtNoScrolling, NoCorrectlyWorkingCr, GnuHasMetaKey, LinefeedIsNewline, HasHardwareTabs, ReturnDoesClrEol, }

Variants

Trait Implementations

impl Copy for BooleanField
[src]

impl Clone for BooleanField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BooleanField
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BooleanField
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BooleanField
[src]

Auto Trait Implementations