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