Enum gdnative_visual_script::common::GeometryInstanceFlags [−][src]
#[repr(u32)]pub enum GeometryInstanceFlags { FlagUseBakedLight, FlagMax, }
Variants
FlagUseBakedLight
FlagMax
Trait Implementations
impl Hash for GeometryInstanceFlags
[src]
impl Hash for GeometryInstanceFlags
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 GeometryInstanceFlags
[src]
impl Clone for GeometryInstanceFlags
fn clone(&self) -> GeometryInstanceFlags
[src]
fn clone(&self) -> GeometryInstanceFlags
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 GeometryInstanceFlags
[src]
impl Debug for GeometryInstanceFlags
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 GeometryInstanceFlags
[src]
impl Copy for GeometryInstanceFlags
impl Eq for GeometryInstanceFlags
[src]
impl Eq for GeometryInstanceFlags
impl PartialEq<GeometryInstanceFlags> for GeometryInstanceFlags
[src]
impl PartialEq<GeometryInstanceFlags> for GeometryInstanceFlags
Auto Trait Implementations
impl Send for GeometryInstanceFlags
impl Send for GeometryInstanceFlags
impl Sync for GeometryInstanceFlags
impl Sync for GeometryInstanceFlags