Struct physx_sys::PxContactPairPose
source · #[repr(C)]pub struct PxContactPairPose {
pub _type: u8,
pub structgen_pad0: [u8; 3],
pub globalPose: [PxTransform; 2],
}Fields§
§_type: u8§structgen_pad0: [u8; 3]§globalPose: [PxTransform; 2]Trait Implementations§
source§impl Clone for PxContactPairPose
impl Clone for PxContactPairPose
source§fn clone(&self) -> PxContactPairPose
fn clone(&self) -> PxContactPairPose
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