#[repr(C)]pub struct profiler_time_entry {
pub time_delta: u64,
pub count: u64,
}Fields§
§time_delta: u64§count: u64Auto Trait Implementations§
impl Freeze for profiler_time_entry
impl RefUnwindSafe for profiler_time_entry
impl Send for profiler_time_entry
impl Sync for profiler_time_entry
impl Unpin for profiler_time_entry
impl UnwindSafe for profiler_time_entry
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