#[repr(i32)]pub enum PxTriggerPairFlag {
RemovedShapeTrigger = 1,
RemovedShapeOther = 2,
NextFree = 4,
}Expand description
Collection of flags providing information on trigger report pairs.
Variants§
RemovedShapeTrigger = 1
The trigger shape has been removed from the actor/scene.
RemovedShapeOther = 2
The shape causing the trigger event has been removed from the actor/scene.
NextFree = 4
For internal use only.
Trait Implementations§
Source§impl Clone for PxTriggerPairFlag
impl Clone for PxTriggerPairFlag
Source§fn clone(&self) -> PxTriggerPairFlag
fn clone(&self) -> PxTriggerPairFlag
Returns a duplicate 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 PxTriggerPairFlag
impl Debug for PxTriggerPairFlag
Source§impl PartialEq for PxTriggerPairFlag
impl PartialEq for PxTriggerPairFlag
impl Copy for PxTriggerPairFlag
impl Eq for PxTriggerPairFlag
impl StructuralPartialEq for PxTriggerPairFlag
Auto Trait Implementations§
impl Freeze for PxTriggerPairFlag
impl RefUnwindSafe for PxTriggerPairFlag
impl Send for PxTriggerPairFlag
impl Sync for PxTriggerPairFlag
impl Unpin for PxTriggerPairFlag
impl UnwindSafe for PxTriggerPairFlag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more