Enum gdnative_common::ImageFormat [−][src]
#[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 Copy for ImageFormat[src]
impl Copy for ImageFormatimpl Clone for ImageFormat[src]
impl Clone for ImageFormatfn clone(&self) -> ImageFormat[src]
fn clone(&self) -> ImageFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImageFormat[src]
impl Debug for ImageFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImageFormat[src]
impl PartialEq for ImageFormatfn eq(&self, other: &ImageFormat) -> bool[src]
fn eq(&self, other: &ImageFormat) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImageFormat[src]
impl Eq for ImageFormatimpl Hash for ImageFormat[src]
impl Hash for ImageFormatAuto Trait Implementations
impl Send for ImageFormat
impl Send for ImageFormatimpl Sync for ImageFormat
impl Sync for ImageFormat