Struct slurm_sys::srun_node_fail_msg [] [src]

#[repr(C)]
pub struct srun_node_fail_msg { pub job_id: u32, pub nodelist: *mut c_char, pub step_id: u32, }

Fields

Trait Implementations

impl Debug for srun_node_fail_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for srun_node_fail_msg
[src]

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