Struct gdnative_bindings::image::Format[][src]

pub struct Format(pub i64);

Implementations

impl Format[src]

pub const L8: Format[src]

pub const LA8: Format[src]

pub const R8: Format[src]

pub const RG8: Format[src]

pub const RGB8: Format[src]

pub const RGBA8: Format[src]

pub const RGBA4444: Format[src]

pub const RGBA5551: Format[src]

pub const RF: Format[src]

pub const RGF: Format[src]

pub const RGBF: Format[src]

pub const RGBAF: Format[src]

pub const RH: Format[src]

pub const RGH: Format[src]

pub const RGBH: Format[src]

pub const RGBAH: Format[src]

pub const RGBE9995: Format[src]

pub const DXT1: Format[src]

pub const DXT3: Format[src]

pub const DXT5: Format[src]

pub const RGTC_R: Format[src]

pub const RGTC_RG: Format[src]

pub const BPTC_RGBA: Format[src]

pub const BPTC_RGBF: Format[src]

pub const BPTC_RGBFU: Format[src]

pub const PVRTC2: Format[src]

pub const PVRTC2A: Format[src]

pub const PVRTC4: Format[src]

pub const PVRTC4A: Format[src]

pub const ETC: Format[src]

pub const ETC2_R11: Format[src]

pub const ETC2_R11S: Format[src]

pub const ETC2_RG11: Format[src]

pub const ETC2_RG11S: Format[src]

pub const ETC2_RGB8: Format[src]

pub const ETC2_RGBA8: Format[src]

pub const ETC2_RGB8A1: Format[src]

pub const MAX: Format[src]

Trait Implementations

impl Clone for Format[src]

impl Copy for Format[src]

impl Debug for Format[src]

impl Eq for Format[src]

impl From<i64> for Format[src]

impl Hash for Format[src]

impl Ord for Format[src]

impl PartialEq<Format> for Format[src]

impl PartialOrd<Format> for Format[src]

impl StructuralEq for Format[src]

impl StructuralPartialEq for Format[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> CallHasher for T where
    T: Hash + ?Sized

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.