Struct physx_sys::PxJointAngularLimitPair
source · #[repr(C)]pub struct PxJointAngularLimitPair {
pub restitution: f32,
pub bounceThreshold: f32,
pub stiffness: f32,
pub damping: f32,
pub contactDistance: f32,
pub upper: f32,
pub lower: f32,
}Fields§
§restitution: f32§bounceThreshold: f32§stiffness: f32§damping: f32§contactDistance: f32§upper: f32§lower: f32Trait Implementations§
source§impl Clone for PxJointAngularLimitPair
impl Clone for PxJointAngularLimitPair
source§fn clone(&self) -> PxJointAngularLimitPair
fn clone(&self) -> PxJointAngularLimitPair
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