Enum control_code::CSI::Disposition [] [src]

pub enum Disposition {
    ToHome,
    ToHomeWithLeader,
    Center,
    CenterWithLeader,
    ToLimit,
    ToLimitWithLeader,
    ToBoth,
}

Variants

Methods

impl Disposition
[src]

Trait Implementations

impl Eq for Disposition
[src]

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

impl Clone for Disposition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Disposition
[src]

Formats the value using the given formatter.

impl Into<u32> for Disposition
[src]

Performs the conversion.