#[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 · 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 PhysicsServerPinJointParam
impl Debug for PhysicsServerPinJointParam
Source§impl Hash for PhysicsServerPinJointParam
impl Hash for PhysicsServerPinJointParam
impl Copy for PhysicsServerPinJointParam
impl Eq for PhysicsServerPinJointParam
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 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