Struct physx_sys::PxParticleVolume
source · #[repr(C)]pub struct PxParticleVolume {
pub bound: PxBounds3,
pub particleIndicesOffset: u32,
pub numParticles: u32,
}Fields§
§bound: PxBounds3§particleIndicesOffset: u32§numParticles: u32Trait Implementations§
source§impl Clone for PxParticleVolume
impl Clone for PxParticleVolume
source§fn clone(&self) -> PxParticleVolume
fn clone(&self) -> PxParticleVolume
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