Enum quicksilver::graphics::ImageError [] [src]

pub enum ImageError {
    FormatError(String),
    DimensionError,
    UnsupportedError(String),
    UnsupportedColor,
    NotEnoughData,
    IoError,
    ImageEnd,
}

Variants

Trait Implementations

impl Clone for ImageError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ImageError
[src]

[src]

Formats the value using the given formatter.

impl From<ImageError> for ImageError
[src]

[src]

Performs the conversion.