Enum gdnative::ImageFormat [] [src]

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

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