Struct terminfo::capability::EnterScancodeMode [] [src]

pub struct EnterScancodeMode<'a>(_);

Trait Implementations

impl<'a> Eq for EnterScancodeMode<'a>
[src]

impl<'a> PartialEq for EnterScancodeMode<'a>
[src]

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

This method tests for !=.

impl<'a> Copy for EnterScancodeMode<'a>
[src]

impl<'a> Clone for EnterScancodeMode<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for EnterScancodeMode<'a>
[src]

Formats the value using the given formatter.

impl<'a> AsRef<[u8]> for EnterScancodeMode<'a>
[src]

Performs the conversion.

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

Returns the name of the capability in its long form.

Parse the capability from its raw value.

impl<'a> Expand for EnterScancodeMode<'a>
[src]