Struct physx_sys::PxContactPairPoint
source · [−]#[repr(C)]pub struct PxContactPairPoint {
pub position: PxVec3,
pub separation: f32,
pub normal: PxVec3,
pub internalFaceIndex0: u32,
pub impulse: PxVec3,
pub internalFaceIndex1: u32,
}Fields
position: PxVec3separation: f32normal: PxVec3internalFaceIndex0: u32impulse: PxVec3internalFaceIndex1: u32Trait Implementations
sourceimpl Clone for PxContactPairPoint
impl Clone for PxContactPairPoint
sourcefn clone(&self) -> PxContactPairPoint
fn clone(&self) -> PxContactPairPoint
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxContactPairPoint
Auto Trait Implementations
impl RefUnwindSafe for PxContactPairPoint
impl Send for PxContactPairPoint
impl Sync for PxContactPairPoint
impl Unpin for PxContactPairPoint
impl UnwindSafe for PxContactPairPoint
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