Struct physx_sys::PxContactPairIndex
source · #[repr(C)]pub struct PxContactPairIndex {
pub type_: u8,
pub structgen_pad0: [u8; 1],
pub index: u16,
}Fields§
§type_: u8§structgen_pad0: [u8; 1]§index: u16Trait Implementations§
source§impl Clone for PxContactPairIndex
impl Clone for PxContactPairIndex
source§fn clone(&self) -> PxContactPairIndex
fn clone(&self) -> PxContactPairIndex
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