#[repr(u32)]pub enum PhysicsServerConeTwistJointParam {
ConeTwistJointSwingSpan = 0,
ConeTwistJointTwistSpan = 1,
ConeTwistJointBias = 2,
ConeTwistJointSoftness = 3,
ConeTwistJointRelaxation = 4,
}Variants§
ConeTwistJointSwingSpan = 0
ConeTwistJointTwistSpan = 1
ConeTwistJointBias = 2
ConeTwistJointSoftness = 3
ConeTwistJointRelaxation = 4
Trait Implementations§
Source§impl Clone for PhysicsServerConeTwistJointParam
impl Clone for PhysicsServerConeTwistJointParam
Source§fn clone(&self) -> PhysicsServerConeTwistJointParam
fn clone(&self) -> PhysicsServerConeTwistJointParam
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 PartialEq for PhysicsServerConeTwistJointParam
impl PartialEq for PhysicsServerConeTwistJointParam
Source§fn eq(&self, other: &PhysicsServerConeTwistJointParam) -> bool
fn eq(&self, other: &PhysicsServerConeTwistJointParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicsServerConeTwistJointParam
impl Eq for PhysicsServerConeTwistJointParam
impl StructuralPartialEq for PhysicsServerConeTwistJointParam
Auto Trait Implementations§
impl Freeze for PhysicsServerConeTwistJointParam
impl RefUnwindSafe for PhysicsServerConeTwistJointParam
impl Send for PhysicsServerConeTwistJointParam
impl Sync for PhysicsServerConeTwistJointParam
impl Unpin for PhysicsServerConeTwistJointParam
impl UnwindSafe for PhysicsServerConeTwistJointParam
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