Struct physx_sys::PxContactPairHeader
source · [−]#[repr(C)]pub struct PxContactPairHeader {
pub actors: [*mut PxRigidActor; 2],
pub extraDataStream: *const u8,
pub extraDataStreamSize: u16,
pub flags: PxContactPairHeaderFlags,
pub structgen_pad0: [u8; 4],
pub pairs: *const PxContactPair,
pub nbPairs: u32,
pub structgen_pad1: [u8; 4],
}Fields
actors: [*mut PxRigidActor; 2]extraDataStream: *const u8extraDataStreamSize: u16flags: PxContactPairHeaderFlagsstructgen_pad0: [u8; 4]pairs: *const PxContactPairnbPairs: u32structgen_pad1: [u8; 4]Trait Implementations
sourceimpl Clone for PxContactPairHeader
impl Clone for PxContactPairHeader
sourcefn clone(&self) -> PxContactPairHeader
fn clone(&self) -> PxContactPairHeader
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 PxContactPairHeader
Auto Trait Implementations
impl RefUnwindSafe for PxContactPairHeader
impl !Send for PxContactPairHeader
impl !Sync for PxContactPairHeader
impl Unpin for PxContactPairHeader
impl UnwindSafe for PxContactPairHeader
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