Enum control_code::CSI::Disposition  
                   
                       [−]
                   
               [src]
pub enum Disposition {
    ToHome,
    ToHomeWithLeader,
    Center,
    CenterWithLeader,
    ToLimit,
    ToLimitWithLeader,
    ToBoth,
}Variants
ToHomeToHomeWithLeaderCenterCenterWithLeaderToLimitToLimitWithLeaderToBothMethods
impl Disposition[src]
Trait Implementations
impl Eq for Disposition[src]
impl PartialEq for Disposition[src]
fn eq(&self, __arg_0: &Disposition) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Copy for Disposition[src]
impl Clone for Disposition[src]
fn clone(&self) -> Disposition
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more