Enum sixel_sys::FormatType [] [src]

#[repr(C)]
pub enum FormatType { Color, Grayscale, Palette, }

Offset value used for the values of PixelFormat

Variants

Trait Implementations

impl Debug for FormatType
[src]

Formats the value using the given formatter.

impl Copy for FormatType
[src]

impl Clone for FormatType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FormatType
[src]

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

This method tests for !=.

impl Eq for FormatType
[src]

impl Hash for FormatType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more