Struct slurm_sys::job_array_resp_msg_t [] [src]

#[repr(C)]
pub struct job_array_resp_msg_t { pub job_array_count: u32, pub job_array_id: *mut *mut c_char, pub error_code: *mut u32, }

Fields

Trait Implementations

impl Debug for job_array_resp_msg_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for job_array_resp_msg_t
[src]

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