Enum gdnative_physics::Physics2DServerSpaceParameter [−][src]
#[repr(u32)]pub enum Physics2DServerSpaceParameter { SpaceParamContactRecycleRadius, SpaceParamContactMaxSeparation, SpaceParamBodyMaxAllowedPenetration, SpaceParamBodyLinearVelocitySleepThreshold, SpaceParamBodyAngularVelocitySleepThreshold, SpaceParamBodyTimeToSleep, SpaceParamConstraintDefaultBias, }
Variants
SpaceParamContactRecycleRadiusSpaceParamContactMaxSeparationSpaceParamBodyMaxAllowedPenetrationSpaceParamBodyLinearVelocitySleepThresholdSpaceParamBodyAngularVelocitySleepThresholdSpaceParamBodyTimeToSleepSpaceParamConstraintDefaultBias
Trait Implementations
impl Copy for Physics2DServerSpaceParameter[src]
impl Copy for Physics2DServerSpaceParameterimpl Clone for Physics2DServerSpaceParameter[src]
impl Clone for Physics2DServerSpaceParameterfn clone(&self) -> Physics2DServerSpaceParameter[src]
fn clone(&self) -> Physics2DServerSpaceParameterReturns 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 Physics2DServerSpaceParameter[src]
impl Debug for Physics2DServerSpaceParameterfn 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 Physics2DServerSpaceParameter[src]
impl PartialEq for Physics2DServerSpaceParameterfn eq(&self, other: &Physics2DServerSpaceParameter) -> bool[src]
fn eq(&self, other: &Physics2DServerSpaceParameter) -> 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 Physics2DServerSpaceParameter[src]
impl Eq for Physics2DServerSpaceParameterimpl Hash for Physics2DServerSpaceParameter[src]
impl Hash for Physics2DServerSpaceParameterAuto Trait Implementations
impl Send for Physics2DServerSpaceParameter
impl Send for Physics2DServerSpaceParameterimpl Sync for Physics2DServerSpaceParameter
impl Sync for Physics2DServerSpaceParameter