#[repr(C)]pub struct b3Profile {Show 23 fields
pub step: f32,
pub pairs: f32,
pub collide: f32,
pub solve: f32,
pub solverSetup: f32,
pub constraints: 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. @ingroup world
Fields§
§step: f32§pairs: f32§collide: f32§solve: f32§solverSetup: f32§constraints: 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 b3Profile
impl RefUnwindSafe for b3Profile
impl Send for b3Profile
impl Sync for b3Profile
impl Unpin for b3Profile
impl UnsafeUnpin for b3Profile
impl UnwindSafe for b3Profile
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