Struct terminfo::capability::MoveStandoutMode [] [src]

pub struct MoveStandoutMode(pub bool);

Trait Implementations

impl Eq for MoveStandoutMode
[src]

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

impl Clone for MoveStandoutMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MoveStandoutMode
[src]

Formats the value using the given formatter.

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

Returns the name of the capability in its long form.

Parse the capability from its raw value.

impl Into<bool> for MoveStandoutMode
[src]

Performs the conversion.