Struct libhmmer_sys::ESL_STOPWATCH
source · #[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 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 more