Struct physx_sys::PxQueryCache
source · #[repr(C)]pub struct PxQueryCache {
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 PxQueryCache
impl Clone for PxQueryCache
source§fn clone(&self) -> PxQueryCache
fn clone(&self) -> PxQueryCache
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