Enum gdnative_visual_script::common::ProceduralSkyTextureSize [−][src]
#[repr(u32)]pub enum ProceduralSkyTextureSize { TextureSize256, TextureSize512, TextureSize1024, TextureSize2048, TextureSize4096, Max, }
Variants
TextureSize256
TextureSize512
TextureSize1024
TextureSize2048
TextureSize4096
Max
Trait Implementations
impl Hash for ProceduralSkyTextureSize
[src]
impl Hash for ProceduralSkyTextureSize
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for ProceduralSkyTextureSize
[src]
impl Clone for ProceduralSkyTextureSize
fn clone(&self) -> ProceduralSkyTextureSize
[src]
fn clone(&self) -> ProceduralSkyTextureSize
Returns 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 ProceduralSkyTextureSize
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for ProceduralSkyTextureSize
[src]
impl Copy for ProceduralSkyTextureSize
impl Eq for ProceduralSkyTextureSize
[src]
impl Eq for ProceduralSkyTextureSize
impl PartialEq<ProceduralSkyTextureSize> for ProceduralSkyTextureSize
[src]
impl PartialEq<ProceduralSkyTextureSize> for ProceduralSkyTextureSize
Auto Trait Implementations
impl Send for ProceduralSkyTextureSize
impl Send for ProceduralSkyTextureSize
impl Sync for ProceduralSkyTextureSize
impl Sync for ProceduralSkyTextureSize