pub struct SpaceParameter(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl SpaceParameter
impl SpaceParameter
pub const CONTACT_RECYCLE_RADIUS: SpaceParameter
pub const CONTACT_MAX_SEPARATION: SpaceParameter
pub const BODY_MAX_ALLOWED_PENETRATION: SpaceParameter
pub const BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD: SpaceParameter
pub const BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD: SpaceParameter
pub const BODY_TIME_TO_SLEEP: SpaceParameter
pub const CONSTRAINT_DEFAULT_BIAS: SpaceParameter
Trait Implementations§
Source§impl Clone for SpaceParameter
impl Clone for SpaceParameter
Source§fn clone(&self) -> SpaceParameter
fn clone(&self) -> SpaceParameter
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 SpaceParameter
impl Debug for SpaceParameter
Source§impl From<SpaceParameter> for i64
impl From<SpaceParameter> for i64
Source§fn from(v: SpaceParameter) -> Self
fn from(v: SpaceParameter) -> Self
Converts to this type from the input type.
Source§impl From<i64> for SpaceParameter
impl From<i64> for SpaceParameter
Source§impl FromVariant for SpaceParameter
impl FromVariant for SpaceParameter
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for SpaceParameter
impl Hash for SpaceParameter
Source§impl Ord for SpaceParameter
impl Ord for SpaceParameter
Source§fn cmp(&self, other: &SpaceParameter) -> Ordering
fn cmp(&self, other: &SpaceParameter) -> 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 SpaceParameter
impl PartialEq for SpaceParameter
Source§impl PartialOrd for SpaceParameter
impl PartialOrd for SpaceParameter
impl Copy for SpaceParameter
impl Eq for SpaceParameter
impl StructuralPartialEq for SpaceParameter
Auto Trait Implementations§
impl Freeze for SpaceParameter
impl RefUnwindSafe for SpaceParameter
impl Send for SpaceParameter
impl Sync for SpaceParameter
impl Unpin for SpaceParameter
impl UnwindSafe for SpaceParameter
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.