pub struct FfiExtProfilerV2 {
pub timings: Vec<(String, u64)>,
}Expand description
FFI profiler v2
Fields§
§timings: Vec<(String, u64)>Implementations§
Trait Implementations§
Source§impl Debug for FfiExtProfilerV2
impl Debug for FfiExtProfilerV2
Source§impl Default for FfiExtProfilerV2
impl Default for FfiExtProfilerV2
Source§fn default() -> FfiExtProfilerV2
fn default() -> FfiExtProfilerV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FfiExtProfilerV2
impl RefUnwindSafe for FfiExtProfilerV2
impl Send for FfiExtProfilerV2
impl Sync for FfiExtProfilerV2
impl Unpin for FfiExtProfilerV2
impl UnsafeUnpin for FfiExtProfilerV2
impl UnwindSafe for FfiExtProfilerV2
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