pub struct ContactPoint {
pub position: [f32; 3],
pub depth: f32,
pub normal_impulse: f32,
pub tangent_impulse: f32,
}Fields§
§position: [f32; 3]§depth: f32§normal_impulse: f32§tangent_impulse: f32Auto Trait Implementations§
impl Freeze for ContactPoint
impl RefUnwindSafe for ContactPoint
impl Send for ContactPoint
impl Sync for ContactPoint
impl Unpin for ContactPoint
impl UnsafeUnpin for ContactPoint
impl UnwindSafe for ContactPoint
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