Enum control_code::CSI::Copy [] [src]

pub enum Copy {
    ToPrimary,
    FromPrimary,
    ToSecondary,
    FromSecondary,
    StopPrimary,
    StartPrimary,
    StopSecondary,
    StartSecondary,
}

Variants

Methods

impl Copy
[src]

Trait Implementations

impl Eq for Copy
[src]

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

impl Clone for Copy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Copy
[src]

Formats the value using the given formatter.

impl Into<u32> for Copy
[src]

Performs the conversion.