Struct heartbeats_simple::HeartbeatPowRecord [] [src]

#[repr(C)]
pub struct HeartbeatPowRecord { 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, pub start_energy: u64, pub end_energy: u64, pub ed: heartbeat_udata, pub pwr: heartbeat_rates, }

A heartbeat record with current rates (performance and power).

Fields