Enum gdnative_common::ProceduralSkyTextureSize [−][src]
#[repr(u32)]pub enum ProceduralSkyTextureSize { TextureSize256, TextureSize512, TextureSize1024, TextureSize2048, TextureSize4096, Max, }
Variants
TextureSize256TextureSize512TextureSize1024TextureSize2048TextureSize4096Max
Trait Implementations
impl Copy for ProceduralSkyTextureSize[src]
impl Copy for ProceduralSkyTextureSizeimpl Clone for ProceduralSkyTextureSize[src]
impl Clone for ProceduralSkyTextureSizefn clone(&self) -> ProceduralSkyTextureSize[src]
fn clone(&self) -> ProceduralSkyTextureSizeReturns 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 ProceduralSkyTextureSize[src]
impl Debug for ProceduralSkyTextureSizefn 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 ProceduralSkyTextureSize[src]
impl PartialEq for ProceduralSkyTextureSizefn eq(&self, other: &ProceduralSkyTextureSize) -> bool[src]
fn eq(&self, other: &ProceduralSkyTextureSize) -> 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 ProceduralSkyTextureSize[src]
impl Eq for ProceduralSkyTextureSizeimpl Hash for ProceduralSkyTextureSize[src]
impl Hash for ProceduralSkyTextureSizeAuto Trait Implementations
impl Send for ProceduralSkyTextureSize
impl Send for ProceduralSkyTextureSizeimpl Sync for ProceduralSkyTextureSize
impl Sync for ProceduralSkyTextureSize