Struct slurm_sys::job_step_kill_msg [] [src]

#[repr(C)]
pub struct job_step_kill_msg { pub job_id: u32, pub sjob_id: *mut c_char, pub job_step_id: u32, pub signal: u16, pub flags: u16, pub sibling: *mut c_char, }

Fields

Trait Implementations

impl Debug for job_step_kill_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for job_step_kill_msg
[src]

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