Struct slurm_sys::submit_response_msg [] [src]

#[repr(C)]
pub struct submit_response_msg { pub job_id: u32, pub step_id: u32, pub error_code: u32, pub job_submit_user_msg: *mut c_char, }

Fields

Trait Implementations

impl Debug for submit_response_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for submit_response_msg
[src]

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