#[repr(i32)]pub enum PxAggregateType {
Generic = 0,
Static = 1,
Kinematic = 2,
}Variants§
Generic = 0
Aggregate will contain various actors of unspecified types
Static = 1
Aggregate will only contain static actors
Kinematic = 2
Aggregate will only contain kinematic actors
Trait Implementations§
Source§impl Clone for PxAggregateType
impl Clone for PxAggregateType
Source§fn clone(&self) -> PxAggregateType
fn clone(&self) -> PxAggregateType
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 PxAggregateType
impl Debug for PxAggregateType
Source§impl PartialEq for PxAggregateType
impl PartialEq for PxAggregateType
impl Copy for PxAggregateType
impl Eq for PxAggregateType
impl StructuralPartialEq for PxAggregateType
Auto Trait Implementations§
impl Freeze for PxAggregateType
impl RefUnwindSafe for PxAggregateType
impl Send for PxAggregateType
impl Sync for PxAggregateType
impl Unpin for PxAggregateType
impl UnwindSafe for PxAggregateType
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