Enum sixel_sys::ImageFormat
[−]
[src]
#[repr(C)]pub enum ImageFormat { GIF, PNG, BMP, JPG, TGA, WBMP, TIFF, SIXEL, PNM, GD2, PSD, HDR, }
Variants
GIFPNGBMPJPGTGAWBMPTIFFSIXELPNMGD2PSDHDRTrait Implementations
impl Debug for ImageFormat[src]
impl Copy for ImageFormat[src]
impl Clone for ImageFormat[src]
fn clone(&self) -> ImageFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ImageFormat[src]
fn eq(&self, __arg_0: &ImageFormat) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.