Enum gdnative_common::GeometryInstanceFlags [−][src]
#[repr(u32)]pub enum GeometryInstanceFlags { FlagUseBakedLight, FlagMax, }
Variants
FlagUseBakedLightFlagMax
Trait Implementations
impl Copy for GeometryInstanceFlags[src]
impl Copy for GeometryInstanceFlagsimpl Clone for GeometryInstanceFlags[src]
impl Clone for GeometryInstanceFlagsfn clone(&self) -> GeometryInstanceFlags[src]
fn clone(&self) -> GeometryInstanceFlagsReturns 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 GeometryInstanceFlagsfn 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 GeometryInstanceFlags[src]
impl PartialEq for GeometryInstanceFlagsfn eq(&self, other: &GeometryInstanceFlags) -> bool[src]
fn eq(&self, other: &GeometryInstanceFlags) -> 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 GeometryInstanceFlags[src]
impl Eq for GeometryInstanceFlagsimpl Hash for GeometryInstanceFlags[src]
impl Hash for GeometryInstanceFlagsAuto Trait Implementations
impl Send for GeometryInstanceFlags
impl Send for GeometryInstanceFlagsimpl Sync for GeometryInstanceFlags
impl Sync for GeometryInstanceFlags