#[repr(u32)]pub enum PhysicsServerPinJointParam {
PinJointBias = 0,
PinJointDamping = 1,
PinJointImpulseClamp = 2,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicsServerPinJointParam
impl Clone for PhysicsServerPinJointParam
Source§fn clone(&self) -> PhysicsServerPinJointParam
fn clone(&self) -> PhysicsServerPinJointParam
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 PhysicsServerPinJointParam
Source§impl Debug for PhysicsServerPinJointParam
impl Debug for PhysicsServerPinJointParam
impl Eq for PhysicsServerPinJointParam
Source§impl Hash for PhysicsServerPinJointParam
impl Hash for PhysicsServerPinJointParam
Source§impl PartialEq for PhysicsServerPinJointParam
impl PartialEq for PhysicsServerPinJointParam
Source§fn eq(&self, other: &PhysicsServerPinJointParam) -> bool
fn eq(&self, other: &PhysicsServerPinJointParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PhysicsServerPinJointParam
Auto Trait Implementations§
impl Freeze for PhysicsServerPinJointParam
impl RefUnwindSafe for PhysicsServerPinJointParam
impl Send for PhysicsServerPinJointParam
impl Sync for PhysicsServerPinJointParam
impl Unpin for PhysicsServerPinJointParam
impl UnsafeUnpin for PhysicsServerPinJointParam
impl UnwindSafe for PhysicsServerPinJointParam
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