Struct slurm_sys::job_info_msg [] [src]

#[repr(C)]
pub struct job_info_msg { pub last_update: time_t, pub record_count: u32, pub job_array: *mut slurm_job_info_t, }

Fields

Trait Implementations

impl Debug for job_info_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for job_info_msg
[src]

impl Clone for job_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 job_info_msg

impl !Sync for job_info_msg