Struct physx_sys::PxJointLinearLimit
source · #[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 copy 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 more