#[repr(u32)]pub enum PhysicsServerG6DOFJointAxisParam {
Show 16 variants
G6dofJointLinearLowerLimit = 0,
G6dofJointLinearUpperLimit = 1,
G6dofJointLinearLimitSoftness = 2,
G6dofJointLinearRestitution = 3,
G6dofJointLinearDamping = 4,
G6dofJointLinearMotorTargetVelocity = 5,
G6dofJointLinearMotorForceLimit = 6,
G6dofJointAngularLowerLimit = 7,
G6dofJointAngularUpperLimit = 8,
G6dofJointAngularLimitSoftness = 9,
G6dofJointAngularDamping = 10,
G6dofJointAngularRestitution = 11,
G6dofJointAngularForceLimit = 12,
G6dofJointAngularErp = 13,
G6dofJointAngularMotorTargetVelocity = 14,
G6dofJointAngularMotorForceLimit = 15,
}Variants§
G6dofJointLinearLowerLimit = 0
G6dofJointLinearUpperLimit = 1
G6dofJointLinearLimitSoftness = 2
G6dofJointLinearRestitution = 3
G6dofJointLinearDamping = 4
G6dofJointLinearMotorTargetVelocity = 5
G6dofJointLinearMotorForceLimit = 6
G6dofJointAngularLowerLimit = 7
G6dofJointAngularUpperLimit = 8
G6dofJointAngularLimitSoftness = 9
G6dofJointAngularDamping = 10
G6dofJointAngularRestitution = 11
G6dofJointAngularForceLimit = 12
G6dofJointAngularErp = 13
G6dofJointAngularMotorTargetVelocity = 14
G6dofJointAngularMotorForceLimit = 15
Trait Implementations§
Source§impl Clone for PhysicsServerG6DOFJointAxisParam
impl Clone for PhysicsServerG6DOFJointAxisParam
Source§fn clone(&self) -> PhysicsServerG6DOFJointAxisParam
fn clone(&self) -> PhysicsServerG6DOFJointAxisParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicsServerG6DOFJointAxisParam
impl Eq for PhysicsServerG6DOFJointAxisParam
Source§impl PartialEq for PhysicsServerG6DOFJointAxisParam
impl PartialEq for PhysicsServerG6DOFJointAxisParam
Source§fn eq(&self, other: &PhysicsServerG6DOFJointAxisParam) -> bool
fn eq(&self, other: &PhysicsServerG6DOFJointAxisParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PhysicsServerG6DOFJointAxisParam
Auto Trait Implementations§
impl Freeze for PhysicsServerG6DOFJointAxisParam
impl RefUnwindSafe for PhysicsServerG6DOFJointAxisParam
impl Send for PhysicsServerG6DOFJointAxisParam
impl Sync for PhysicsServerG6DOFJointAxisParam
impl Unpin for PhysicsServerG6DOFJointAxisParam
impl UnsafeUnpin for PhysicsServerG6DOFJointAxisParam
impl UnwindSafe for PhysicsServerG6DOFJointAxisParam
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more