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