Enum gdnative_common::ImageFormat[][src]

#[repr(u32)]
pub enum ImageFormat { L8, La8, R8, Rg8, Rgb8, Rgba8, Rgba4444, Rgba5551, Rf, Rgf, Rgbf, Rgbaf, Rh, Rgh, Rgbh, Rgbah, Rgbe9995, Dxt1, Dxt3, Dxt5, RgtcR, RgtcRg, BptcRgba, BptcRgbf, BptcRgbfu, Pvrtc2, Pvrtc2a, Pvrtc4, Pvrtc4a, Etc, Etc2R11, Etc2R11s, Etc2Rg11, Etc2Rg11s, Etc2Rgb8, Etc2Rgba8, Etc2Rgb8a1, Max, }

Variants

Trait Implementations

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

Formats the value using the given formatter. 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

Auto Trait Implementations

impl Send for ImageFormat

impl Sync for ImageFormat