Enum gdnative::ImageFormat[][src]

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

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