Struct heartbeats_simple::HeartbeatRecord [] [src]

#[repr(C)]
pub struct HeartbeatRecord { pub id: u64, pub user_tag: u64, pub work: u64, pub wd: heartbeat_udata, pub start_time: u64, pub end_time: u64, pub td: heartbeat_udata, pub perf: heartbeat_rates, }

A heartbeat record with current rates.

Fields