Enum sixel_sys::ImageFormat [] [src]

#[repr(C)]
pub enum ImageFormat { GIF, PNG, BMP, JPG, TGA, WBMP, TIFF, SIXEL, PNM, GD2, PSD, HDR, }

Variants

Trait Implementations

impl Debug for ImageFormat
[src]

Formats the value using the given formatter.

impl Copy for ImageFormat
[src]

impl Clone for ImageFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ImageFormat
[src]

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

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