Enum gdnative::ImageFormat [−][src]
#[repr(u32)]pub enum ImageFormat { FormatPvrtc2a, FormatRf, FormatDxt3, FormatR8, FormatRgf, FormatRgbe9995, FormatRh, FormatEtc2Rg11s, FormatRgb8, FormatEtc2R11, FormatRgbh, FormatEtc2Rgb8a1, FormatRgbaf, FormatRgba8, FormatMax, FormatBptcRgbfu, FormatRgba5551, FormatL8, FormatRgbah, FormatEtc2R11s, FormatRgtcR, FormatRgbf, FormatPvrtc2, FormatEtc2Rg11, FormatEtc2Rgba8, FormatRgh, FormatLa8, FormatRgtcRg, FormatBptcRgbf, FormatRgba4444, FormatPvrtc4, FormatEtc, FormatRg8, FormatDxt1, FormatDxt5, FormatPvrtc4a, FormatEtc2Rgb8, FormatBptcRgba, }
Variants
FormatPvrtc2aFormatRfFormatDxt3FormatR8FormatRgfFormatRgbe9995FormatRhFormatEtc2Rg11sFormatRgb8FormatEtc2R11FormatRgbhFormatEtc2Rgb8a1FormatRgbafFormatRgba8FormatMaxFormatBptcRgbfuFormatRgba5551FormatL8FormatRgbahFormatEtc2R11sFormatRgtcRFormatRgbfFormatPvrtc2FormatEtc2Rg11FormatEtc2Rgba8FormatRghFormatLa8FormatRgtcRgFormatBptcRgbfFormatRgba4444FormatPvrtc4FormatEtcFormatRg8FormatDxt1FormatDxt5FormatPvrtc4aFormatEtc2Rgb8FormatBptcRgba
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