Enum gdnative_common::GeometryInstanceShadowCastingSetting [−][src]
#[repr(u32)]pub enum GeometryInstanceShadowCastingSetting { Off, On, DoubleSided, ShadowsOnly, }
Variants
OffOnDoubleSidedShadowsOnly
Trait Implementations
impl Copy for GeometryInstanceShadowCastingSetting[src]
impl Copy for GeometryInstanceShadowCastingSettingimpl Clone for GeometryInstanceShadowCastingSetting[src]
impl Clone for GeometryInstanceShadowCastingSettingfn clone(&self) -> GeometryInstanceShadowCastingSetting[src]
fn clone(&self) -> GeometryInstanceShadowCastingSettingReturns 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 GeometryInstanceShadowCastingSetting[src]
impl Debug for GeometryInstanceShadowCastingSettingfn 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 GeometryInstanceShadowCastingSetting[src]
impl PartialEq for GeometryInstanceShadowCastingSettingfn eq(&self, other: &GeometryInstanceShadowCastingSetting) -> bool[src]
fn eq(&self, other: &GeometryInstanceShadowCastingSetting) -> 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 GeometryInstanceShadowCastingSetting[src]
impl Eq for GeometryInstanceShadowCastingSettingimpl Hash for GeometryInstanceShadowCastingSetting[src]
impl Hash for GeometryInstanceShadowCastingSettingAuto Trait Implementations
impl Send for GeometryInstanceShadowCastingSetting
impl Send for GeometryInstanceShadowCastingSettingimpl Sync for GeometryInstanceShadowCastingSetting
impl Sync for GeometryInstanceShadowCastingSetting