pub struct B2Profile {
pub step: f32,
pub collide: f32,
pub solve: f32,
pub solve_init: f32,
pub solve_velocity: f32,
pub solve_position: f32,
pub broadphase: f32,
pub solve_toi: f32,
}Expand description
Profiling data. Times are in milliseconds.
Fields§
§step: f32§collide: f32§solve: f32§solve_init: f32§solve_velocity: f32§solve_position: f32§broadphase: f32§solve_toi: f32Trait Implementations§
impl Copy for B2Profile
Auto Trait Implementations§
impl Freeze for B2Profile
impl RefUnwindSafe for B2Profile
impl Send for B2Profile
impl Sync for B2Profile
impl Unpin for B2Profile
impl UnsafeUnpin for B2Profile
impl UnwindSafe for B2Profile
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