#[repr(C)]pub struct Profile {
pub step: f32,
pub collide: f32,
pub solve: f32,
pub solve_init: f32,
pub solve_velocity: f32,
pub solve_position: f32,
pub broad_phase: f32,
pub solve_toi: f32,
}
Fields§
§step: f32
§collide: f32
§solve: f32
§solve_init: f32
§solve_velocity: f32
§solve_position: f32
§broad_phase: f32
§solve_toi: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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