Struct slurm_sys::powercap_info_msg [] [src]

#[repr(C)]
pub struct powercap_info_msg { pub power_cap: u32, pub power_floor: u32, pub power_change: u32, pub min_watts: u32, pub cur_max_watts: u32, pub adj_max_watts: u32, pub max_watts: u32, }

Fields

Trait Implementations

impl Debug for powercap_info_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for powercap_info_msg
[src]

impl Clone for powercap_info_msg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations