#[repr(C)]pub struct PxOverlapHit {
pub faceIndex: u32,
pub structgen_pad0: [u8; 4],
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
}Fields§
§faceIndex: u32§structgen_pad0: [u8; 4]§actor: *mut PxRigidActor§shape: *mut PxShapeTrait Implementations§
Source§impl Clone for PxOverlapHit
impl Clone for PxOverlapHit
Source§fn clone(&self) -> PxOverlapHit
fn clone(&self) -> PxOverlapHit
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 moreimpl Copy for PxOverlapHit
Auto Trait Implementations§
impl Freeze for PxOverlapHit
impl RefUnwindSafe for PxOverlapHit
impl !Send for PxOverlapHit
impl !Sync for PxOverlapHit
impl Unpin for PxOverlapHit
impl UnwindSafe for PxOverlapHit
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