Enum ggez::graphics::ImageFormat[][src]

pub enum ImageFormat {
    Png,
}

The supported formats for saving an image.

Variants

.png image format (defaults to RGBA with 8-bit channels.)

Trait Implementations

impl Debug for ImageFormat
[src]

Formats the value using the given formatter. Read more

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]

Auto Trait Implementations

impl Send for ImageFormat

impl Sync for ImageFormat