Struct terminfo::capability::KeyA1 [] [src]

pub struct KeyA1<'a>(_);

Trait Implementations

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

impl<'a> PartialEq for KeyA1<'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 KeyA1<'a>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

Performs the conversion.

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

Returns the name of the capability in its long form.

Parse the capability from its raw value.

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