Struct slurm_sys::job_step_stat_t [] [src]

#[repr(C)]
pub struct job_step_stat_t { pub jobacct: *mut jobacctinfo_t, pub num_tasks: u32, pub return_code: u32, pub step_pids: *mut job_step_pids_t, }

Fields

Trait Implementations

impl Debug for job_step_stat_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for job_step_stat_t
[src]

impl Clone for job_step_stat_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations