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