Struct terminfo::capability::CarriageReturnDelay [] [src]

pub struct CarriageReturnDelay(pub i16);

Trait Implementations

impl Eq for CarriageReturnDelay
[src]

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

impl Clone for CarriageReturnDelay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CarriageReturnDelay
[src]

Formats the value using the given formatter.

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

Returns the name of the capability in its long form.

Parse the capability from its raw value.

Convert the capability into its raw value.

impl Into<i16> for CarriageReturnDelay
[src]

Performs the conversion.