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

Trait Implementations

impl Eq for SGR
[src]

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

impl Clone for SGR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SGR
[src]

Formats the value using the given formatter.

impl Into<SmallVec<[u32; 8]>> for SGR
[src]

Performs the conversion.