Struct libliquidfun_sys::box2d::ffi::b2Profile
source · #[repr(C, align(4))]pub struct b2Profile { /* private fields */ }Expand description
Profiling data. Times are in milliseconds.
Trait Implementations§
source§impl ExternType for b2Profile
impl ExternType for b2Profile
source§impl MakeCppStorage for b2Profile
impl MakeCppStorage for b2Profile
impl UniquePtrTarget for b2Profile
impl VectorElement for b2Profile
impl WeakPtrTarget for b2Profile
Auto Trait Implementations§
impl RefUnwindSafe for b2Profile
impl !Send for b2Profile
impl !Sync for b2Profile
impl !Unpin 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