Struct terminfo::capability::Columns [] [src]

pub struct Columns(pub i16);

Trait Implementations

impl Eq for Columns
[src]

impl PartialEq for Columns
[src]

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

This method tests for !=.

impl Copy for Columns
[src]

impl Clone for Columns
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Columns
[src]

Formats the value using the given formatter.

impl<'a> Capability<'a> for Columns
[src]

Returns the name of the capability in its long form.

Parse the capability from its raw value.

impl Into<i16> for Columns
[src]

Performs the conversion.