Enum control_code::SGR::T  
                   
                       [−]
                   
               [src]
pub enum T {
    Reset,
    Font(Weight),
    Italic(bool),
    Underline(bool),
    Blink(bool),
    Reverse(bool),
    Invisible(bool),
    Struck(bool),
    Foreground(Color),
    Background(Color),
}Variants
ResetFont(Weight)Italic(bool)Underline(bool)Blink(bool)Reverse(bool)Invisible(bool)Struck(bool)Foreground(Color)Background(Color)Trait Implementations
impl Eq for SGR[src]
impl PartialEq for SGR[src]
fn eq(&self, __arg_0: &SGR) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SGR) -> bool
This method tests for !=.
impl Copy for SGR[src]
impl Clone for SGR[src]
fn clone(&self) -> SGR
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