#[repr(C)]pub struct ContactImpulse {
pub normal_impulses: [f32; 2],
pub tangent_impulses: [f32; 2],
pub count: i32,
}
Fields§
§normal_impulses: [f32; 2]
§tangent_impulses: [f32; 2]
§count: i32
Auto Trait Implementations§
impl RefUnwindSafe for ContactImpulse
impl Send for ContactImpulse
impl Sync for ContactImpulse
impl Unpin for ContactImpulse
impl UnwindSafe for ContactImpulse
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