Enum gdnative_common::ImageTextureStorage [−][src]
#[repr(u32)]pub enum ImageTextureStorage { Raw, CompressLossy, CompressLossless, }
Variants
RawCompressLossyCompressLossless
Trait Implementations
impl Copy for ImageTextureStorage[src]
impl Copy for ImageTextureStorageimpl Clone for ImageTextureStorage[src]
impl Clone for ImageTextureStoragefn clone(&self) -> ImageTextureStorage[src]
fn clone(&self) -> ImageTextureStorageReturns 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 ImageTextureStorage[src]
impl Debug for ImageTextureStoragefn 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 ImageTextureStorage[src]
impl PartialEq for ImageTextureStoragefn eq(&self, other: &ImageTextureStorage) -> bool[src]
fn eq(&self, other: &ImageTextureStorage) -> 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 ImageTextureStorage[src]
impl Eq for ImageTextureStorageimpl Hash for ImageTextureStorage[src]
impl Hash for ImageTextureStorageAuto Trait Implementations
impl Send for ImageTextureStorage
impl Send for ImageTextureStorageimpl Sync for ImageTextureStorage
impl Sync for ImageTextureStorage