Enum rustbox::OutputMode [] [src]

pub enum OutputMode {
    Current,
    Normal,
    EightBit,
    WebSafe,
    Grayscale,
}

Variants

Trait Implementations

impl Clone for OutputMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OutputMode
[src]

impl Debug for OutputMode
[src]

Formats the value using the given formatter.