Enum control_code::CSI::Combination [] [src]

pub enum Combination {
    Next,
    Start,
    End,
}

Variants

Methods

impl Combination
[src]

Trait Implementations

impl Eq for Combination
[src]

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

impl Clone for Combination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Combination
[src]

Formats the value using the given formatter.

impl Into<u32> for Combination
[src]

Performs the conversion.