#[repr(C)]pub struct PxJointLinearLimit {
pub restitution: f32,
pub bounceThreshold: f32,
pub stiffness: f32,
pub damping: f32,
pub contactDistance_deprecated: f32,
pub value: f32,
}Fields§
§restitution: f32§bounceThreshold: f32§stiffness: f32§damping: f32§contactDistance_deprecated: f32§value: f32Trait Implementations§
Source§impl Clone for PxJointLinearLimit
impl Clone for PxJointLinearLimit
Source§fn clone(&self) -> PxJointLinearLimit
fn clone(&self) -> PxJointLinearLimit
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 moreimpl Copy for PxJointLinearLimit
Auto Trait Implementations§
impl Freeze for PxJointLinearLimit
impl RefUnwindSafe for PxJointLinearLimit
impl Send for PxJointLinearLimit
impl Sync for PxJointLinearLimit
impl Unpin for PxJointLinearLimit
impl UnwindSafe for PxJointLinearLimit
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