pub struct HingeJointParam(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl HingeJointParam
impl HingeJointParam
pub const BIAS: HingeJointParam
pub const LIMIT_UPPER: HingeJointParam
pub const LIMIT_LOWER: HingeJointParam
pub const LIMIT_BIAS: HingeJointParam
pub const LIMIT_SOFTNESS: HingeJointParam
pub const LIMIT_RELAXATION: HingeJointParam
pub const MOTOR_TARGET_VELOCITY: HingeJointParam
pub const MOTOR_MAX_IMPULSE: HingeJointParam
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 From<HingeJointParam> for i64
impl From<HingeJointParam> for i64
Source§fn from(v: HingeJointParam) -> Self
fn from(v: HingeJointParam) -> Self
Converts to this type from the input type.
Source§impl From<i64> for HingeJointParam
impl From<i64> for HingeJointParam
Source§impl FromVariant for HingeJointParam
impl FromVariant for HingeJointParam
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for HingeJointParam
impl Hash for HingeJointParam
Source§impl Ord for HingeJointParam
impl Ord for HingeJointParam
Source§fn cmp(&self, other: &HingeJointParam) -> Ordering
fn cmp(&self, other: &HingeJointParam) -> 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 HingeJointParam
impl PartialEq for HingeJointParam
Source§impl PartialOrd for HingeJointParam
impl PartialOrd 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
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.