#[repr(i32)]pub enum PxActorCacheFlag {
ActorData = 1,
Force = 4,
Torque = 8,
}Expand description
Identifies each type of information for retrieving from actor.
Variants§
Trait Implementations§
Source§impl Clone for PxActorCacheFlag
impl Clone for PxActorCacheFlag
Source§fn clone(&self) -> PxActorCacheFlag
fn clone(&self) -> PxActorCacheFlag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxActorCacheFlag
Source§impl Debug for PxActorCacheFlag
impl Debug for PxActorCacheFlag
impl Eq for PxActorCacheFlag
Source§impl PartialEq for PxActorCacheFlag
impl PartialEq for PxActorCacheFlag
Source§fn eq(&self, other: &PxActorCacheFlag) -> bool
fn eq(&self, other: &PxActorCacheFlag) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PxActorCacheFlag
Auto Trait Implementations§
impl Freeze for PxActorCacheFlag
impl RefUnwindSafe for PxActorCacheFlag
impl Send for PxActorCacheFlag
impl Sync for PxActorCacheFlag
impl Unpin for PxActorCacheFlag
impl UnsafeUnpin for PxActorCacheFlag
impl UnwindSafe for PxActorCacheFlag
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