#[repr(C)]pub struct profiler_time_entry {
pub time_delta: u64,
pub count: u64,
}
Fields§
§time_delta: u64
§count: u64
Trait 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 copy 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
Source§impl Ord for profiler_time_entry
impl Ord for profiler_time_entry
Source§fn cmp(&self, other: &profiler_time_entry) -> Ordering
fn cmp(&self, other: &profiler_time_entry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for profiler_time_entry
impl PartialEq for profiler_time_entry
Source§impl PartialOrd for profiler_time_entry
impl PartialOrd for profiler_time_entry
impl Copy for profiler_time_entry
impl Eq for profiler_time_entry
impl StructuralPartialEq 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