#[repr(u32)]pub enum ProceduralSkyTextureSize {
TextureSize256 = 0,
TextureSize512 = 1,
TextureSize1024 = 2,
TextureSize2048 = 3,
TextureSize4096 = 4,
Max = 5,
}Variants§
TextureSize256 = 0
TextureSize512 = 1
TextureSize1024 = 2
TextureSize2048 = 3
TextureSize4096 = 4
Max = 5
Trait Implementations§
Source§impl Clone for ProceduralSkyTextureSize
impl Clone for ProceduralSkyTextureSize
Source§fn clone(&self) -> ProceduralSkyTextureSize
fn clone(&self) -> ProceduralSkyTextureSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProceduralSkyTextureSize
Source§impl Debug for ProceduralSkyTextureSize
impl Debug for ProceduralSkyTextureSize
impl Eq for ProceduralSkyTextureSize
Source§impl Hash for ProceduralSkyTextureSize
impl Hash for ProceduralSkyTextureSize
Source§impl PartialEq for ProceduralSkyTextureSize
impl PartialEq for ProceduralSkyTextureSize
Source§fn eq(&self, other: &ProceduralSkyTextureSize) -> bool
fn eq(&self, other: &ProceduralSkyTextureSize) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProceduralSkyTextureSize
Auto Trait Implementations§
impl Freeze for ProceduralSkyTextureSize
impl RefUnwindSafe for ProceduralSkyTextureSize
impl Send for ProceduralSkyTextureSize
impl Sync for ProceduralSkyTextureSize
impl Unpin for ProceduralSkyTextureSize
impl UnsafeUnpin for ProceduralSkyTextureSize
impl UnwindSafe for ProceduralSkyTextureSize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more