Enum gdnative_physics::PhysicsServerG6DOFJointAxisParam [−][src]
#[repr(u32)]pub enum PhysicsServerG6DOFJointAxisParam { G6dofJointLinearLowerLimit, G6dofJointLinearUpperLimit, G6dofJointLinearLimitSoftness, G6dofJointLinearRestitution, G6dofJointLinearDamping, G6dofJointLinearMotorTargetVelocity, G6dofJointLinearMotorForceLimit, G6dofJointAngularLowerLimit, G6dofJointAngularUpperLimit, G6dofJointAngularLimitSoftness, G6dofJointAngularDamping, G6dofJointAngularRestitution, G6dofJointAngularForceLimit, G6dofJointAngularErp, G6dofJointAngularMotorTargetVelocity, G6dofJointAngularMotorForceLimit, }
Variants
G6dofJointLinearLowerLimitG6dofJointLinearUpperLimitG6dofJointLinearLimitSoftnessG6dofJointLinearRestitutionG6dofJointLinearDampingG6dofJointLinearMotorTargetVelocityG6dofJointLinearMotorForceLimitG6dofJointAngularLowerLimitG6dofJointAngularUpperLimitG6dofJointAngularLimitSoftnessG6dofJointAngularDampingG6dofJointAngularRestitutionG6dofJointAngularForceLimitG6dofJointAngularErpG6dofJointAngularMotorTargetVelocityG6dofJointAngularMotorForceLimit
Trait Implementations
impl Copy for PhysicsServerG6DOFJointAxisParam[src]
impl Copy for PhysicsServerG6DOFJointAxisParamimpl Clone for PhysicsServerG6DOFJointAxisParam[src]
impl Clone for PhysicsServerG6DOFJointAxisParamfn clone(&self) -> PhysicsServerG6DOFJointAxisParam[src]
fn clone(&self) -> PhysicsServerG6DOFJointAxisParamReturns 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 PhysicsServerG6DOFJointAxisParam[src]
impl Debug for PhysicsServerG6DOFJointAxisParamfn 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 PhysicsServerG6DOFJointAxisParam[src]
impl PartialEq for PhysicsServerG6DOFJointAxisParamfn eq(&self, other: &PhysicsServerG6DOFJointAxisParam) -> bool[src]
fn eq(&self, other: &PhysicsServerG6DOFJointAxisParam) -> 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 PhysicsServerG6DOFJointAxisParam[src]
impl Eq for PhysicsServerG6DOFJointAxisParamimpl Hash for PhysicsServerG6DOFJointAxisParam[src]
impl Hash for PhysicsServerG6DOFJointAxisParamAuto Trait Implementations
impl Send for PhysicsServerG6DOFJointAxisParam
impl Send for PhysicsServerG6DOFJointAxisParamimpl Sync for PhysicsServerG6DOFJointAxisParam
impl Sync for PhysicsServerG6DOFJointAxisParam