Enum nixterm::terminfo::NumericField[][src]

#[repr(usize)]
pub enum NumericField { Columns, InitTabs, Lines, LinesOfMemory, MagicCookieGlitch, PaddingBaudRate, VirtualTerminal, WidthStatusLine, NumLabels, LabelHeight, LabelWidth, MaxAttributes, MaximumWindows, MaxColors, MaxPairs, NoColorVideo, BufferCapacity, DotVertSpacing, DotHorzSpacing, MaxMicroAddress, MaxMicroJump, MicroColSize, MicroLineSize, NumberOfPins, OutputResChar, OutputResLine, OutputResHorzInch, OutputResVertInch, PrintRate, WideCharSize, Buttons, BitImageEntwining, BitImageType, MagicCookieGlitchUl, CarriageReturnDelay, NewLineDelay, BackspaceDelay, HorizontalTabDelay, NumberOfFunctionKeys, }

Variants

Trait Implementations

impl Copy for NumericField
[src]

impl Clone for NumericField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NumericField
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NumericField
[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 NumericField
[src]

Auto Trait Implementations