#[repr(C)]pub struct ESL_STOPWATCH {
pub t0: f64,
pub cpu0: tms,
pub elapsed: f64,
pub user: f64,
pub sys: f64,
}Fields§
§t0: f64§cpu0: tms§elapsed: f64§user: f64§sys: f64Trait Implementations§
Source§impl Clone for ESL_STOPWATCH
impl Clone for ESL_STOPWATCH
Source§fn clone(&self) -> ESL_STOPWATCH
fn clone(&self) -> ESL_STOPWATCH
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 ESL_STOPWATCH
impl Debug for ESL_STOPWATCH
impl Copy for ESL_STOPWATCH
Auto Trait Implementations§
impl Freeze for ESL_STOPWATCH
impl RefUnwindSafe for ESL_STOPWATCH
impl Send for ESL_STOPWATCH
impl Sync for ESL_STOPWATCH
impl Unpin for ESL_STOPWATCH
impl UnwindSafe for ESL_STOPWATCH
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