Struct physx_sys::PxContactModifyPair
source · [−]#[repr(C)]pub struct PxContactModifyPair {
pub actor: [*const PxRigidActor; 2],
pub shape: [*const PxShape; 2],
pub transform: [PxTransform; 2],
pub contacts: PxContactSet,
}Fields
actor: [*const PxRigidActor; 2]shape: [*const PxShape; 2]transform: [PxTransform; 2]contacts: PxContactSetTrait Implementations
sourceimpl Clone for PxContactModifyPair
impl Clone for PxContactModifyPair
sourcefn clone(&self) -> PxContactModifyPair
fn clone(&self) -> PxContactModifyPair
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 PxContactModifyPair
Auto Trait Implementations
impl RefUnwindSafe for PxContactModifyPair
impl !Send for PxContactModifyPair
impl !Sync for PxContactModifyPair
impl Unpin for PxContactModifyPair
impl UnwindSafe for PxContactModifyPair
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