#[repr(C)]pub struct PxContactPairIndex {
pub type_: u8,
pub structgen_pad0: [u8; 1],
pub index: u16,
}Fields§
§type_: u8§structgen_pad0: [u8; 1]§index: u16Trait Implementations§
Source§impl Clone for PxContactPairIndex
impl Clone for PxContactPairIndex
Source§fn clone(&self) -> PxContactPairIndex
fn clone(&self) -> PxContactPairIndex
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 PxContactPairIndex
Auto Trait Implementations§
impl Freeze for PxContactPairIndex
impl RefUnwindSafe for PxContactPairIndex
impl Send for PxContactPairIndex
impl Sync for PxContactPairIndex
impl Unpin for PxContactPairIndex
impl UnwindSafe for PxContactPairIndex
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