Struct physx_sys::PxContactPairIndex
source · [−]#[repr(C)]pub struct PxContactPairIndex {
pub _type: u8,
pub structgen_pad0: [u8; 1],
pub index: u16,
}Fields
_type: u8structgen_pad0: [u8; 1]index: u16Trait Implementations
sourceimpl Clone for PxContactPairIndex
impl Clone for PxContactPairIndex
sourcefn clone(&self) -> PxContactPairIndex
fn clone(&self) -> PxContactPairIndex
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 PxContactPairIndex
Auto Trait Implementations
impl RefUnwindSafe for PxContactPairIndex
impl Send for PxContactPairIndex
impl Sync for PxContactPairIndex
impl Unpin for PxContactPairIndex
impl UnwindSafe for PxContactPairIndex
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