Struct slurm_sys::node_info [] [src]

#[repr(C)]
pub struct node_info { pub arch: *mut c_char, pub boards: u16, pub boot_time: time_t, pub cluster_name: *mut c_char, pub cores: u16, pub core_spec_cnt: u16, pub cpu_load: u32, pub free_mem: u64, pub cpus: u16, pub cpu_spec_list: *mut c_char, pub energy: *mut acct_gather_energy_t, pub ext_sensors: *mut ext_sensors_data_t, pub power: *mut power_mgmt_data_t, pub features: *mut c_char, pub features_act: *mut c_char, pub gres: *mut c_char, pub gres_drain: *mut c_char, pub gres_used: *mut c_char, pub mcs_label: *mut c_char, pub mem_spec_limit: u64, pub name: *mut c_char, pub node_addr: *mut c_char, pub node_hostname: *mut c_char, pub node_state: u32, pub os: *mut c_char, pub owner: u32, pub partitions: *mut c_char, pub port: u16, pub real_memory: u64, pub reason: *mut c_char, pub reason_time: time_t, pub reason_uid: u32, pub select_nodeinfo: *mut dynamic_plugin_data_t, pub slurmd_start_time: time_t, pub sockets: u16, pub threads: u16, pub tmp_disk: u32, pub weight: u32, pub tres_fmt_str: *mut c_char, pub version: *mut c_char, }

Fields

Trait Implementations

impl Debug for node_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for node_info
[src]

impl Clone for node_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for node_info

impl !Sync for node_info