#[repr(C)]pub struct profiler_time_entry {
pub time_delta: u64,
pub count: u64,
}Fields§
§time_delta: u64§count: u64Trait Implementations§
Source§impl Clone for profiler_time_entry
impl Clone for profiler_time_entry
Source§fn clone(&self) -> profiler_time_entry
fn clone(&self) -> profiler_time_entry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for profiler_time_entry
impl Debug for profiler_time_entry
impl Copy for profiler_time_entry
Auto 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