Struct physx_sys::PxParticleSpring
source · #[repr(C)]pub struct PxParticleSpring {
pub ind0: u32,
pub ind1: u32,
pub length: f32,
pub stiffness: f32,
pub damping: f32,
pub pad: f32,
}Fields§
§ind0: u32§ind1: u32§length: f32§stiffness: f32§damping: f32§pad: f32Trait Implementations§
source§impl Clone for PxParticleSpring
impl Clone for PxParticleSpring
source§fn clone(&self) -> PxParticleSpring
fn clone(&self) -> PxParticleSpring
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