Struct physx_sys::PxSceneQueryCache
source · [−]#[repr(C)]pub struct PxSceneQueryCache {
pub shape: *mut PxShape,
pub actor: *mut PxRigidActor,
pub faceIndex: u32,
pub structgen_pad0: [u8; 4],
}Fields
shape: *mut PxShapeactor: *mut PxRigidActorfaceIndex: u32structgen_pad0: [u8; 4]Trait Implementations
sourceimpl Clone for PxSceneQueryCache
impl Clone for PxSceneQueryCache
sourcefn clone(&self) -> PxSceneQueryCache
fn clone(&self) -> PxSceneQueryCache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxSceneQueryCache
Auto Trait Implementations
impl RefUnwindSafe for PxSceneQueryCache
impl !Send for PxSceneQueryCache
impl !Sync for PxSceneQueryCache
impl Unpin for PxSceneQueryCache
impl UnwindSafe for PxSceneQueryCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more