#[repr(u32)]pub enum PhysicsServerHingeJointParam {
HingeJointBias = 0,
HingeJointLimitUpper = 1,
HingeJointLimitLower = 2,
HingeJointLimitBias = 3,
HingeJointLimitSoftness = 4,
HingeJointLimitRelaxation = 5,
HingeJointMotorTargetVelocity = 6,
HingeJointMotorMaxImpulse = 7,
}Variants§
HingeJointBias = 0
HingeJointLimitUpper = 1
HingeJointLimitLower = 2
HingeJointLimitBias = 3
HingeJointLimitSoftness = 4
HingeJointLimitRelaxation = 5
HingeJointMotorTargetVelocity = 6
HingeJointMotorMaxImpulse = 7
Trait Implementations§
Source§impl Clone for PhysicsServerHingeJointParam
impl Clone for PhysicsServerHingeJointParam
Source§fn clone(&self) -> PhysicsServerHingeJointParam
fn clone(&self) -> PhysicsServerHingeJointParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhysicsServerHingeJointParam
impl Debug for PhysicsServerHingeJointParam
Source§impl Hash for PhysicsServerHingeJointParam
impl Hash for PhysicsServerHingeJointParam
Source§impl PartialEq for PhysicsServerHingeJointParam
impl PartialEq for PhysicsServerHingeJointParam
Source§fn eq(&self, other: &PhysicsServerHingeJointParam) -> bool
fn eq(&self, other: &PhysicsServerHingeJointParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicsServerHingeJointParam
impl Eq for PhysicsServerHingeJointParam
impl StructuralPartialEq for PhysicsServerHingeJointParam
Auto Trait Implementations§
impl Freeze for PhysicsServerHingeJointParam
impl RefUnwindSafe for PhysicsServerHingeJointParam
impl Send for PhysicsServerHingeJointParam
impl Sync for PhysicsServerHingeJointParam
impl Unpin for PhysicsServerHingeJointParam
impl UnwindSafe for PhysicsServerHingeJointParam
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