Enum gdnative::ImageFormat [] [src]

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

Variants

Trait Implementations

impl Copy for ImageFormat
[src]

impl Clone for ImageFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ImageFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ImageFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ImageFormat
[src]

impl Hash for ImageFormat
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for ImageFormat

impl Sync for ImageFormat