Enum gdnative_visual_script::common::VisibilityEnabler2DEnabler [−][src]
#[repr(u32)]pub enum VisibilityEnabler2DEnabler { PauseAnimations, FreezeBodies, PauseParticles, ParentProcess, ParentPhysicsProcess, PauseAnimatedSprites, Max, }
Variants
PauseAnimationsFreezeBodiesPauseParticlesParentProcessParentPhysicsProcessPauseAnimatedSpritesMax
Trait Implementations
impl Hash for VisibilityEnabler2DEnabler[src]
impl Hash for VisibilityEnabler2DEnablerfn 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 VisibilityEnabler2DEnabler[src]
impl Clone for VisibilityEnabler2DEnablerfn clone(&self) -> VisibilityEnabler2DEnabler[src]
fn clone(&self) -> VisibilityEnabler2DEnablerReturns 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 VisibilityEnabler2DEnabler[src]
impl Debug for VisibilityEnabler2DEnablerfn 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 VisibilityEnabler2DEnabler[src]
impl Copy for VisibilityEnabler2DEnablerimpl Eq for VisibilityEnabler2DEnabler[src]
impl Eq for VisibilityEnabler2DEnablerimpl PartialEq<VisibilityEnabler2DEnabler> for VisibilityEnabler2DEnabler[src]
impl PartialEq<VisibilityEnabler2DEnabler> for VisibilityEnabler2DEnablerAuto Trait Implementations
impl Send for VisibilityEnabler2DEnabler
impl Send for VisibilityEnabler2DEnablerimpl Sync for VisibilityEnabler2DEnabler
impl Sync for VisibilityEnabler2DEnabler