Enum gdnative_physics::PhysicsServerSliderJointParam [−][src]
#[repr(u32)]pub enum PhysicsServerSliderJointParam { SliderJointLinearLimitUpper, SliderJointLinearLimitLower, SliderJointLinearLimitSoftness, SliderJointLinearLimitRestitution, SliderJointLinearLimitDamping, SliderJointLinearMotionSoftness, SliderJointLinearMotionRestitution, SliderJointLinearMotionDamping, SliderJointLinearOrthogonalSoftness, SliderJointLinearOrthogonalRestitution, SliderJointLinearOrthogonalDamping, SliderJointAngularLimitUpper, SliderJointAngularLimitLower, SliderJointAngularLimitSoftness, SliderJointAngularLimitRestitution, SliderJointAngularLimitDamping, SliderJointAngularMotionSoftness, SliderJointAngularMotionRestitution, SliderJointAngularMotionDamping, SliderJointAngularOrthogonalSoftness, SliderJointAngularOrthogonalRestitution, SliderJointAngularOrthogonalDamping, SliderJointMax, }
Variants
SliderJointLinearLimitUpperSliderJointLinearLimitLowerSliderJointLinearLimitSoftnessSliderJointLinearLimitRestitutionSliderJointLinearLimitDampingSliderJointLinearMotionSoftnessSliderJointLinearMotionRestitutionSliderJointLinearMotionDampingSliderJointLinearOrthogonalSoftnessSliderJointLinearOrthogonalRestitutionSliderJointLinearOrthogonalDampingSliderJointAngularLimitUpperSliderJointAngularLimitLowerSliderJointAngularLimitSoftnessSliderJointAngularLimitRestitutionSliderJointAngularLimitDampingSliderJointAngularMotionSoftnessSliderJointAngularMotionRestitutionSliderJointAngularMotionDampingSliderJointAngularOrthogonalSoftnessSliderJointAngularOrthogonalRestitutionSliderJointAngularOrthogonalDampingSliderJointMax
Trait Implementations
impl Copy for PhysicsServerSliderJointParam[src]
impl Copy for PhysicsServerSliderJointParamimpl Clone for PhysicsServerSliderJointParam[src]
impl Clone for PhysicsServerSliderJointParamfn clone(&self) -> PhysicsServerSliderJointParam[src]
fn clone(&self) -> PhysicsServerSliderJointParamReturns 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 PhysicsServerSliderJointParam[src]
impl Debug for PhysicsServerSliderJointParamfn 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 PhysicsServerSliderJointParam[src]
impl PartialEq for PhysicsServerSliderJointParamfn eq(&self, other: &PhysicsServerSliderJointParam) -> bool[src]
fn eq(&self, other: &PhysicsServerSliderJointParam) -> 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 PhysicsServerSliderJointParam[src]
impl Eq for PhysicsServerSliderJointParamimpl Hash for PhysicsServerSliderJointParam[src]
impl Hash for PhysicsServerSliderJointParamAuto Trait Implementations
impl Send for PhysicsServerSliderJointParam
impl Send for PhysicsServerSliderJointParamimpl Sync for PhysicsServerSliderJointParam
impl Sync for PhysicsServerSliderJointParam