#[repr(C)]pub struct PxContact {
pub contact: PxVec3,
pub separation: f32,
}Fields§
§contact: PxVec3§separation: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxContact
impl RefUnwindSafe for PxContact
impl Send for PxContact
impl Sync for PxContact
impl Unpin for PxContact
impl UnwindSafe for PxContact
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