Struct rpgffi::Instrumentation [] [src]

#[repr(C)]
pub struct Instrumentation { pub need_timer: bool_, pub need_bufusage: bool_, pub running: bool_, pub starttime: instr_time, pub counter: instr_time, pub firsttuple: f64, pub tuplecount: f64, pub bufusage_start: BufferUsage, pub startup: f64, pub total: f64, pub ntuples: f64, pub nloops: f64, pub nfiltered1: f64, pub nfiltered2: f64, pub bufusage: BufferUsage, }

Fields

Trait Implementations

impl Copy for Instrumentation
[src]

impl Clone for Instrumentation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more