[][src]Enum gdnative::ImageFormat

#[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

L8La8R8Rg8Rgb8Rgba8Rgba4444Rgba5551RfRgfRgbfRgbafRhRghRgbhRgbahRgbe9995Dxt1Dxt3Dxt5RgtcRRgtcRgBptcRgbaBptcRgbfBptcRgbfuPvrtc2Pvrtc2aPvrtc4Pvrtc4aEtcEtc2R11Etc2R11sEtc2Rg11Etc2Rg11sEtc2Rgb8Etc2Rgba8Etc2Rgb8a1Max

Trait Implementations

impl Hash for ImageFormat
[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

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

impl Copy for ImageFormat
[src]

impl Debug for ImageFormat
[src]

impl Clone for ImageFormat
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ImageFormat
[src]

impl PartialEq<ImageFormat> for ImageFormat
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ImageFormat

impl Sync for ImageFormat

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]