Struct physx_sys::PxTriggerPair
source · #[repr(C)]pub struct PxTriggerPair {
pub triggerShape: *mut PxShape,
pub triggerActor: *mut PxRigidActor,
pub otherShape: *mut PxShape,
pub otherActor: *mut PxRigidActor,
pub status: u32,
pub flags: PxTriggerPairFlags,
pub structgen_pad0: [u8; 3],
}Fields§
§triggerShape: *mut PxShape§triggerActor: *mut PxRigidActor§otherShape: *mut PxShape§otherActor: *mut PxRigidActor§status: u32§flags: PxTriggerPairFlags§structgen_pad0: [u8; 3]Trait Implementations§
source§impl Clone for PxTriggerPair
impl Clone for PxTriggerPair
source§fn clone(&self) -> PxTriggerPair
fn clone(&self) -> PxTriggerPair
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