Enum gdnative_visual_script::common::ViewportShadowAtlasQuadrantSubdiv [−][src]
#[repr(u32)]pub enum ViewportShadowAtlasQuadrantSubdiv { Disabled, ShadowAtlasQuadrantSubdiv1, ShadowAtlasQuadrantSubdiv4, ShadowAtlasQuadrantSubdiv16, ShadowAtlasQuadrantSubdiv64, ShadowAtlasQuadrantSubdiv256, ShadowAtlasQuadrantSubdiv1024, Max, }
Variants
Disabled
ShadowAtlasQuadrantSubdiv1
ShadowAtlasQuadrantSubdiv4
ShadowAtlasQuadrantSubdiv16
ShadowAtlasQuadrantSubdiv64
ShadowAtlasQuadrantSubdiv256
ShadowAtlasQuadrantSubdiv1024
Max
Trait Implementations
impl Hash for ViewportShadowAtlasQuadrantSubdiv
[src]
impl Hash for ViewportShadowAtlasQuadrantSubdiv
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 ViewportShadowAtlasQuadrantSubdiv
[src]
impl Clone for ViewportShadowAtlasQuadrantSubdiv
fn clone(&self) -> ViewportShadowAtlasQuadrantSubdiv
[src]
fn clone(&self) -> ViewportShadowAtlasQuadrantSubdiv
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 ViewportShadowAtlasQuadrantSubdiv
[src]
impl Debug for ViewportShadowAtlasQuadrantSubdiv
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 ViewportShadowAtlasQuadrantSubdiv
[src]
impl Copy for ViewportShadowAtlasQuadrantSubdiv
impl Eq for ViewportShadowAtlasQuadrantSubdiv
[src]
impl Eq for ViewportShadowAtlasQuadrantSubdiv
impl PartialEq<ViewportShadowAtlasQuadrantSubdiv> for ViewportShadowAtlasQuadrantSubdiv
[src]
impl PartialEq<ViewportShadowAtlasQuadrantSubdiv> for ViewportShadowAtlasQuadrantSubdiv
Auto Trait Implementations
impl Send for ViewportShadowAtlasQuadrantSubdiv
impl Send for ViewportShadowAtlasQuadrantSubdiv
impl Sync for ViewportShadowAtlasQuadrantSubdiv
impl Sync for ViewportShadowAtlasQuadrantSubdiv