Enum gdnative_common::ImageCompressSource [−][src]
#[repr(u32)]pub enum ImageCompressSource { Generic, Srgb, Normal, }
Variants
GenericSrgbNormal
Trait Implementations
impl Copy for ImageCompressSource[src]
impl Copy for ImageCompressSourceimpl Clone for ImageCompressSource[src]
impl Clone for ImageCompressSourcefn clone(&self) -> ImageCompressSource[src]
fn clone(&self) -> ImageCompressSourceReturns 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 ImageCompressSource[src]
impl Debug for ImageCompressSourcefn 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 ImageCompressSource[src]
impl PartialEq for ImageCompressSourcefn eq(&self, other: &ImageCompressSource) -> bool[src]
fn eq(&self, other: &ImageCompressSource) -> 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 ImageCompressSource[src]
impl Eq for ImageCompressSourceimpl Hash for ImageCompressSource[src]
impl Hash for ImageCompressSourceAuto Trait Implementations
impl Send for ImageCompressSource
impl Send for ImageCompressSourceimpl Sync for ImageCompressSource
impl Sync for ImageCompressSource