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