Enum gdnative_physics::Generic6DOFJointParam [−][src]
#[repr(u32)]pub enum Generic6DOFJointParam { LinearLowerLimit, LinearUpperLimit, LinearLimitSoftness, LinearRestitution, LinearDamping, LinearMotorTargetVelocity, LinearMotorForceLimit, AngularLowerLimit, AngularUpperLimit, AngularLimitSoftness, AngularDamping, AngularRestitution, AngularForceLimit, AngularErp, AngularMotorTargetVelocity, AngularMotorForceLimit, Max, }
Variants
LinearLowerLimitLinearUpperLimitLinearLimitSoftnessLinearRestitutionLinearDampingLinearMotorTargetVelocityLinearMotorForceLimitAngularLowerLimitAngularUpperLimitAngularLimitSoftnessAngularDampingAngularRestitutionAngularForceLimitAngularErpAngularMotorTargetVelocityAngularMotorForceLimitMax
Trait Implementations
impl Copy for Generic6DOFJointParam[src]
impl Copy for Generic6DOFJointParamimpl Clone for Generic6DOFJointParam[src]
impl Clone for Generic6DOFJointParamfn clone(&self) -> Generic6DOFJointParam[src]
fn clone(&self) -> Generic6DOFJointParamReturns 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 Generic6DOFJointParam[src]
impl Debug for Generic6DOFJointParamfn 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 Generic6DOFJointParam[src]
impl PartialEq for Generic6DOFJointParamfn eq(&self, other: &Generic6DOFJointParam) -> bool[src]
fn eq(&self, other: &Generic6DOFJointParam) -> 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 Generic6DOFJointParam[src]
impl Eq for Generic6DOFJointParamimpl Hash for Generic6DOFJointParam[src]
impl Hash for Generic6DOFJointParamAuto Trait Implementations
impl Send for Generic6DOFJointParam
impl Send for Generic6DOFJointParamimpl Sync for Generic6DOFJointParam
impl Sync for Generic6DOFJointParam