Struct physx_sys::PxContactModifyPair
source · #[repr(C)]pub struct PxContactModifyPair {
pub actor: [*const PxRigidActor; 2],
pub shape: [*const PxShape; 2],
pub transform: [PxTransform; 2],
pub contacts: PxContactSet,
}Fields§
§actor: [*const PxRigidActor; 2]§shape: [*const PxShape; 2]§transform: [PxTransform; 2]§contacts: PxContactSetTrait Implementations§
source§impl Clone for PxContactModifyPair
impl Clone for PxContactModifyPair
source§fn clone(&self) -> PxContactModifyPair
fn clone(&self) -> PxContactModifyPair
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