Struct terminfo::capability::DefineBitImageRegion [] [src]

pub struct DefineBitImageRegion<'a>(_);

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<'a> Capability<'a> for DefineBitImageRegion<'a>
[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<'a, T: AsRef<&'a [u8]>> From<T> for DefineBitImageRegion<'a>
[src]

Performs the conversion.

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

Performs the conversion.

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