Struct slurm_sys::ext_sensors_data [] [src]

#[repr(C)]
pub struct ext_sensors_data { pub consumed_energy: u64, pub temperature: u32, pub energy_update_time: time_t, pub current_watts: u32, }

Fields

Trait Implementations

impl Debug for ext_sensors_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ext_sensors_data
[src]

impl Clone for ext_sensors_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