Struct physx_sys::PxSceneQueryCache
source · #[repr(C)]pub struct PxSceneQueryCache {
pub shape: *mut PxShape,
pub actor: *mut PxRigidActor,
pub faceIndex: u32,
pub structgen_pad0: [u8; 4],
}Fields§
§shape: *mut PxShape§actor: *mut PxRigidActor§faceIndex: u32§structgen_pad0: [u8; 4]Trait Implementations§
source§impl Clone for PxSceneQueryCache
impl Clone for PxSceneQueryCache
source§fn clone(&self) -> PxSceneQueryCache
fn clone(&self) -> PxSceneQueryCache
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