[][src]Struct physx_sys::PxContactPatch

#[repr(C)]
pub struct PxContactPatch {
    pub mMassModification: PxMassModificationProps,
    pub normal: PxVec3,
    pub restitution: f32,
    pub dynamicFriction: f32,
    pub staticFriction: f32,
    pub startContactIndex: u8,
    pub nbContacts: u8,
    pub materialFlags: u8,
    pub internalFlags: u8,
    pub materialIndex0: u16,
    pub materialIndex1: u16,
}

Fields

mMassModification: PxMassModificationPropsnormal: PxVec3restitution: f32dynamicFriction: f32staticFriction: f32startContactIndex: u8nbContacts: u8materialFlags: u8internalFlags: u8materialIndex0: u16materialIndex1: u16

Trait Implementations

impl Clone for PxContactPatch[src]

impl Copy for PxContactPatch[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]