Enum gdnative_visual_script::common::GeometryInstanceShadowCastingSetting [−][src]
#[repr(u32)]pub enum GeometryInstanceShadowCastingSetting { Off, On, DoubleSided, ShadowsOnly, }
Variants
OffOnDoubleSidedShadowsOnly
Trait Implementations
impl Hash for GeometryInstanceShadowCastingSetting[src]
impl Hash for GeometryInstanceShadowCastingSettingfn 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 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<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for GeometryInstanceShadowCastingSetting[src]
impl Copy for GeometryInstanceShadowCastingSettingimpl Eq for GeometryInstanceShadowCastingSetting[src]
impl Eq for GeometryInstanceShadowCastingSettingimpl PartialEq<GeometryInstanceShadowCastingSetting> for GeometryInstanceShadowCastingSetting[src]
impl PartialEq<GeometryInstanceShadowCastingSetting> for GeometryInstanceShadowCastingSettingAuto Trait Implementations
impl Send for GeometryInstanceShadowCastingSetting
impl Send for GeometryInstanceShadowCastingSettingimpl Sync for GeometryInstanceShadowCastingSetting
impl Sync for GeometryInstanceShadowCastingSetting