Enum gdnative_physics::SliderJointParam [−][src]
#[repr(u32)]pub enum SliderJointParam { LinearLimitUpper, LinearLimitLower, LinearLimitSoftness, LinearLimitRestitution, LinearLimitDamping, LinearMotionSoftness, LinearMotionRestitution, LinearMotionDamping, LinearOrthogonalSoftness, LinearOrthogonalRestitution, LinearOrthogonalDamping, AngularLimitUpper, AngularLimitLower, AngularLimitSoftness, AngularLimitRestitution, AngularLimitDamping, AngularMotionSoftness, AngularMotionRestitution, AngularMotionDamping, AngularOrthogonalSoftness, AngularOrthogonalRestitution, AngularOrthogonalDamping, Max, }
Variants
LinearLimitUpperLinearLimitLowerLinearLimitSoftnessLinearLimitRestitutionLinearLimitDampingLinearMotionSoftnessLinearMotionRestitutionLinearMotionDampingLinearOrthogonalSoftnessLinearOrthogonalRestitutionLinearOrthogonalDampingAngularLimitUpperAngularLimitLowerAngularLimitSoftnessAngularLimitRestitutionAngularLimitDampingAngularMotionSoftnessAngularMotionRestitutionAngularMotionDampingAngularOrthogonalSoftnessAngularOrthogonalRestitutionAngularOrthogonalDampingMax
Trait Implementations
impl Copy for SliderJointParam[src]
impl Copy for SliderJointParamimpl Clone for SliderJointParam[src]
impl Clone for SliderJointParamfn clone(&self) -> SliderJointParam[src]
fn clone(&self) -> SliderJointParamReturns 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 SliderJointParam[src]
impl Debug for SliderJointParamfn 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 SliderJointParam[src]
impl PartialEq for SliderJointParamfn eq(&self, other: &SliderJointParam) -> bool[src]
fn eq(&self, other: &SliderJointParam) -> 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 SliderJointParam[src]
impl Eq for SliderJointParamimpl Hash for SliderJointParam[src]
impl Hash for SliderJointParamAuto Trait Implementations
impl Send for SliderJointParam
impl Send for SliderJointParamimpl Sync for SliderJointParam
impl Sync for SliderJointParam