pub struct SliderJointParam(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl SliderJointParam
impl SliderJointParam
pub const LINEAR_LIMIT_UPPER: SliderJointParam
pub const LINEAR_LIMIT_LOWER: SliderJointParam
pub const LINEAR_LIMIT_SOFTNESS: SliderJointParam
pub const LINEAR_LIMIT_RESTITUTION: SliderJointParam
pub const LINEAR_LIMIT_DAMPING: SliderJointParam
pub const LINEAR_MOTION_SOFTNESS: SliderJointParam
pub const LINEAR_MOTION_RESTITUTION: SliderJointParam
pub const LINEAR_MOTION_DAMPING: SliderJointParam
pub const LINEAR_ORTHOGONAL_SOFTNESS: SliderJointParam
pub const LINEAR_ORTHOGONAL_RESTITUTION: SliderJointParam
pub const LINEAR_ORTHOGONAL_DAMPING: SliderJointParam
pub const ANGULAR_LIMIT_UPPER: SliderJointParam
pub const ANGULAR_LIMIT_LOWER: SliderJointParam
pub const ANGULAR_LIMIT_SOFTNESS: SliderJointParam
pub const ANGULAR_LIMIT_RESTITUTION: SliderJointParam
pub const ANGULAR_LIMIT_DAMPING: SliderJointParam
pub const ANGULAR_MOTION_SOFTNESS: SliderJointParam
pub const ANGULAR_MOTION_RESTITUTION: SliderJointParam
pub const ANGULAR_MOTION_DAMPING: SliderJointParam
pub const ANGULAR_ORTHOGONAL_SOFTNESS: SliderJointParam
pub const ANGULAR_ORTHOGONAL_RESTITUTION: SliderJointParam
pub const ANGULAR_ORTHOGONAL_DAMPING: SliderJointParam
pub const MAX: SliderJointParam
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 From<SliderJointParam> for i64
impl From<SliderJointParam> for i64
Source§fn from(v: SliderJointParam) -> Self
fn from(v: SliderJointParam) -> Self
Converts to this type from the input type.
Source§impl From<i64> for SliderJointParam
impl From<i64> for SliderJointParam
Source§impl FromVariant for SliderJointParam
impl FromVariant for SliderJointParam
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for SliderJointParam
impl Hash for SliderJointParam
Source§impl Ord for SliderJointParam
impl Ord for SliderJointParam
Source§fn cmp(&self, other: &SliderJointParam) -> Ordering
fn cmp(&self, other: &SliderJointParam) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SliderJointParam
impl PartialEq for SliderJointParam
Source§impl PartialOrd for SliderJointParam
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.