Enum picto::format::Format [] [src]

pub enum Format {
    Png,
    Jpeg,
    Gif,
    Webp,
    Tiff,
    Bmp,
    Ico,
    Hdr,
    Tga,
    Xyz,
}

An image format.

Variants

Trait Implementations

impl Eq for Format
[src]

impl PartialEq for Format
[src]

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

This method tests for !=.

impl Copy for Format
[src]

impl Clone for Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Format
[src]

Formats the value using the given formatter.