Struct libhmmer_sys::ESL_STOPWATCH [−][src]
#[repr(C)]pub struct ESL_STOPWATCH {
pub t0: f64,
pub cpu0: tms,
pub elapsed: f64,
pub user: f64,
pub sys: f64,
}Fields
t0: f64cpu0: tmselapsed: f64user: f64sys: f64Trait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more