#[repr(i32)]
pub enum PxContactPairHeaderFlag {
RemovedActor0,
RemovedActor1,
}Expand description
Collection of flags providing information on contact report pairs.
Variants§
RemovedActor0
The actor with index 0 has been removed from the scene.
RemovedActor1
The actor with index 1 has been removed from the scene.
Trait Implementations§
source§impl Clone for PxContactPairHeaderFlag
impl Clone for PxContactPairHeaderFlag
source§fn clone(&self) -> PxContactPairHeaderFlag
fn clone(&self) -> PxContactPairHeaderFlag
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 moresource§impl Debug for PxContactPairHeaderFlag
impl Debug for PxContactPairHeaderFlag
source§impl PartialEq<PxContactPairHeaderFlag> for PxContactPairHeaderFlag
impl PartialEq<PxContactPairHeaderFlag> for PxContactPairHeaderFlag
source§fn eq(&self, other: &PxContactPairHeaderFlag) -> bool
fn eq(&self, other: &PxContactPairHeaderFlag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.