Struct slurm_sys::front_end_info_msg [] [src]

#[repr(C)]
pub struct front_end_info_msg { pub last_update: time_t, pub record_count: u32, pub front_end_array: *mut front_end_info_t, }

Fields

Trait Implementations

impl Debug for front_end_info_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for front_end_info_msg
[src]

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