Enum gdnative::PhysicsServerSliderJointParam [−][src]
#[repr(u32)]pub enum PhysicsServerSliderJointParam { SliderJointAngularMotionDamping, SliderJointAngularOrthogonalDamping, SliderJointLinearMotionDamping, SliderJointAngularLimitDamping, SliderJointLinearLimitLower, SliderJointAngularMotionRestitution, SliderJointLinearOrthogonalDamping, SliderJointAngularOrthogonalSoftness, SliderJointMax, SliderJointLinearMotionSoftness, SliderJointAngularLimitSoftness, SliderJointAngularOrthogonalRestitution, SliderJointAngularLimitUpper, SliderJointAngularLimitLower, SliderJointLinearLimitSoftness, SliderJointLinearLimitUpper, SliderJointLinearLimitDamping, SliderJointLinearLimitRestitution, SliderJointLinearOrthogonalSoftness, SliderJointLinearOrthogonalRestitution, SliderJointAngularLimitRestitution, SliderJointLinearMotionRestitution, SliderJointAngularMotionSoftness, }
Variants
SliderJointAngularMotionDampingSliderJointAngularOrthogonalDampingSliderJointLinearMotionDampingSliderJointAngularLimitDampingSliderJointLinearLimitLowerSliderJointAngularMotionRestitutionSliderJointLinearOrthogonalDampingSliderJointAngularOrthogonalSoftnessSliderJointMaxSliderJointLinearMotionSoftnessSliderJointAngularLimitSoftnessSliderJointAngularOrthogonalRestitutionSliderJointAngularLimitUpperSliderJointAngularLimitLowerSliderJointLinearLimitSoftnessSliderJointLinearLimitUpperSliderJointLinearLimitDampingSliderJointLinearLimitRestitutionSliderJointLinearOrthogonalSoftnessSliderJointLinearOrthogonalRestitutionSliderJointAngularLimitRestitutionSliderJointLinearMotionRestitutionSliderJointAngularMotionSoftness
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