Enum gdnative_common::ViewportShadowAtlasQuadrantSubdiv [−][src]
#[repr(u32)]pub enum ViewportShadowAtlasQuadrantSubdiv { Disabled, ShadowAtlasQuadrantSubdiv1, ShadowAtlasQuadrantSubdiv4, ShadowAtlasQuadrantSubdiv16, ShadowAtlasQuadrantSubdiv64, ShadowAtlasQuadrantSubdiv256, ShadowAtlasQuadrantSubdiv1024, Max, }
Variants
DisabledShadowAtlasQuadrantSubdiv1ShadowAtlasQuadrantSubdiv4ShadowAtlasQuadrantSubdiv16ShadowAtlasQuadrantSubdiv64ShadowAtlasQuadrantSubdiv256ShadowAtlasQuadrantSubdiv1024Max
Trait Implementations
impl Copy for ViewportShadowAtlasQuadrantSubdiv[src]
impl Copy for ViewportShadowAtlasQuadrantSubdivimpl 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[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ViewportShadowAtlasQuadrantSubdiv[src]
impl PartialEq for ViewportShadowAtlasQuadrantSubdivfn eq(&self, other: &ViewportShadowAtlasQuadrantSubdiv) -> bool[src]
fn eq(&self, other: &ViewportShadowAtlasQuadrantSubdiv) -> 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 ViewportShadowAtlasQuadrantSubdiv[src]
impl Eq for ViewportShadowAtlasQuadrantSubdivimpl Hash for ViewportShadowAtlasQuadrantSubdiv[src]
impl Hash for ViewportShadowAtlasQuadrantSubdivAuto Trait Implementations
impl Send for ViewportShadowAtlasQuadrantSubdiv
impl Send for ViewportShadowAtlasQuadrantSubdivimpl Sync for ViewportShadowAtlasQuadrantSubdiv
impl Sync for ViewportShadowAtlasQuadrantSubdiv