Enum control_code::DEC::SIXEL::T [] [src]

pub enum T {
    Value(Map),
    Repeat(u32Map),
    Raster {
        aspect: (u32, u32),
        size: (u32, u32),
    },
    Enable(u32),
    Define(u32Color),
    CarriageReturn,
    LineFeed,
}

Variants

Fields of Raster

Trait Implementations

impl Eq for Sixel
[src]

impl PartialEq for Sixel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Sixel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sixel
[src]

Formats the value using the given formatter.

impl Format for Sixel
[src]