#[repr(C)]pub struct dContact {
pub surface: dSurfaceParameters,
pub geom: dContactGeom,
pub fdir1: dVector3,
}
Fields§
§surface: dSurfaceParameters
§geom: dContactGeom
§fdir1: dVector3
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dContact
impl RefUnwindSafe for dContact
impl !Send for dContact
impl !Sync for dContact
impl Unpin for dContact
impl UnwindSafe for dContact
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