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