Struct slurm_sys::node_info_msg [] [src]

#[repr(C)]
pub struct node_info_msg { pub last_update: time_t, pub node_scaling: u32, pub record_count: u32, pub node_array: *mut node_info_t, }

Fields

Trait Implementations

impl Debug for node_info_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for node_info_msg
[src]

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

impl !Send for node_info_msg

impl !Sync for node_info_msg