Struct slurm_sys::power_mgmt_data [] [src]

#[repr(C)]
pub struct power_mgmt_data { pub cap_watts: u32, pub current_watts: u32, pub joule_counter: u64, pub new_cap_watts: u32, pub max_watts: u32, pub min_watts: u32, pub new_job_time: time_t, pub state: u16, pub time_usec: u64, }

Fields

Trait Implementations

impl Debug for power_mgmt_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for power_mgmt_data
[src]

impl Clone for power_mgmt_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations