#[repr(u32)]pub enum SliderJointParam {
Show 23 variants
LinearLimitUpper = 0,
LinearLimitLower = 1,
LinearLimitSoftness = 2,
LinearLimitRestitution = 3,
LinearLimitDamping = 4,
LinearMotionSoftness = 5,
LinearMotionRestitution = 6,
LinearMotionDamping = 7,
LinearOrthogonalSoftness = 8,
LinearOrthogonalRestitution = 9,
LinearOrthogonalDamping = 10,
AngularLimitUpper = 11,
AngularLimitLower = 12,
AngularLimitSoftness = 13,
AngularLimitRestitution = 14,
AngularLimitDamping = 15,
AngularMotionSoftness = 16,
AngularMotionRestitution = 17,
AngularMotionDamping = 18,
AngularOrthogonalSoftness = 19,
AngularOrthogonalRestitution = 20,
AngularOrthogonalDamping = 21,
Max = 22,
}Variants§
LinearLimitUpper = 0
LinearLimitLower = 1
LinearLimitSoftness = 2
LinearLimitRestitution = 3
LinearLimitDamping = 4
LinearMotionSoftness = 5
LinearMotionRestitution = 6
LinearMotionDamping = 7
LinearOrthogonalSoftness = 8
LinearOrthogonalRestitution = 9
LinearOrthogonalDamping = 10
AngularLimitUpper = 11
AngularLimitLower = 12
AngularLimitSoftness = 13
AngularLimitRestitution = 14
AngularLimitDamping = 15
AngularMotionSoftness = 16
AngularMotionRestitution = 17
AngularMotionDamping = 18
AngularOrthogonalSoftness = 19
AngularOrthogonalRestitution = 20
AngularOrthogonalDamping = 21
Max = 22
Trait Implementations§
Source§impl Clone for SliderJointParam
impl Clone for SliderJointParam
Source§fn clone(&self) -> SliderJointParam
fn clone(&self) -> SliderJointParam
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 SliderJointParam
impl Debug for SliderJointParam
Source§impl Hash for SliderJointParam
impl Hash for SliderJointParam
Source§impl PartialEq for SliderJointParam
impl PartialEq for SliderJointParam
impl Copy for SliderJointParam
impl Eq for SliderJointParam
impl StructuralPartialEq for SliderJointParam
Auto Trait Implementations§
impl Freeze for SliderJointParam
impl RefUnwindSafe for SliderJointParam
impl Send for SliderJointParam
impl Sync for SliderJointParam
impl Unpin for SliderJointParam
impl UnwindSafe for SliderJointParam
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