#[repr(C)]pub struct b2Profile {Show 23 fields
pub step: f32,
pub pairs: f32,
pub collide: f32,
pub solve: f32,
pub prepareStages: f32,
pub solveConstraints: f32,
pub prepareConstraints: f32,
pub integrateVelocities: f32,
pub warmStart: f32,
pub solveImpulses: f32,
pub integratePositions: f32,
pub relaxImpulses: f32,
pub applyRestitution: f32,
pub storeImpulses: f32,
pub splitIslands: f32,
pub transforms: f32,
pub sensorHits: f32,
pub jointEvents: f32,
pub hitEvents: f32,
pub refit: f32,
pub bullets: f32,
pub sleepIslands: f32,
pub sensors: f32,
}Expand description
! @cond Profiling data. Times are in milliseconds.
Fields§
§step: f32§pairs: f32§collide: f32§solve: f32§prepareStages: f32§solveConstraints: f32§prepareConstraints: f32§integrateVelocities: f32§warmStart: f32§solveImpulses: f32§integratePositions: f32§relaxImpulses: f32§applyRestitution: f32§storeImpulses: f32§splitIslands: f32§transforms: f32§sensorHits: f32§jointEvents: f32§hitEvents: f32§refit: f32§bullets: f32§sleepIslands: f32§sensors: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for b2Profile
impl RefUnwindSafe for b2Profile
impl Send for b2Profile
impl Sync for b2Profile
impl Unpin for b2Profile
impl UnwindSafe for b2Profile
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)