Enum gdnative::ImageFormat[][src]

#[repr(u32)]
pub enum ImageFormat { FormatR8, FormatRgbf, FormatRg8, FormatEtc2Rg11, FormatBptcRgbfu, FormatBptcRgba, FormatDxt5, FormatRgtcRg, FormatEtc2R11s, FormatRh, FormatMax, FormatPvrtc2a, FormatRgbaf, FormatEtc2Rgb8, FormatDxt3, FormatRgbe9995, FormatRf, FormatRgba4444, FormatRgb8, FormatEtc2Rg11s, FormatRgbah, FormatPvrtc2, FormatEtc2Rgb8a1, FormatDxt1, FormatBptcRgbf, FormatRgh, FormatPvrtc4a, FormatEtc2R11, FormatRgba8, FormatRgf, FormatPvrtc4, FormatEtc2Rgba8, FormatRgbh, FormatRgba5551, FormatEtc, FormatRgtcR, FormatLa8, FormatL8, }

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