#[repr(u32)]pub enum HingeJointParam {
Bias = 0,
LimitUpper = 1,
LimitLower = 2,
LimitBias = 3,
LimitSoftness = 4,
LimitRelaxation = 5,
MotorTargetVelocity = 6,
MotorMaxImpulse = 7,
Max = 8,
}Variants§
Bias = 0
LimitUpper = 1
LimitLower = 2
LimitBias = 3
LimitSoftness = 4
LimitRelaxation = 5
MotorTargetVelocity = 6
MotorMaxImpulse = 7
Max = 8
Trait Implementations§
Source§impl Clone for HingeJointParam
impl Clone for HingeJointParam
Source§fn clone(&self) -> HingeJointParam
fn clone(&self) -> HingeJointParam
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 HingeJointParam
impl Debug for HingeJointParam
Source§impl Hash for HingeJointParam
impl Hash for HingeJointParam
Source§impl PartialEq for HingeJointParam
impl PartialEq for HingeJointParam
impl Copy for HingeJointParam
impl Eq for HingeJointParam
impl StructuralPartialEq for HingeJointParam
Auto Trait Implementations§
impl Freeze for HingeJointParam
impl RefUnwindSafe for HingeJointParam
impl Send for HingeJointParam
impl Sync for HingeJointParam
impl Unpin for HingeJointParam
impl UnwindSafe for HingeJointParam
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