Struct slurm_sys::acct_gather_energy [] [src]

#[repr(C)]
pub struct acct_gather_energy { pub base_consumed_energy: u64, pub base_watts: u32, pub consumed_energy: u64, pub current_watts: u32, pub previous_consumed_energy: u64, pub poll_time: time_t, }

Fields

Trait Implementations

impl Debug for acct_gather_energy
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for acct_gather_energy
[src]

impl Clone for acct_gather_energy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations