Struct slurm_sys::slurmdb_job_rec_t [] [src]

#[repr(C)]
pub struct slurmdb_job_rec_t { pub account: *mut c_char, pub admin_comment: *mut c_char, pub alloc_gres: *mut c_char, pub alloc_nodes: u32, pub array_job_id: u32, pub array_max_tasks: u32, pub array_task_id: u32, pub array_task_str: *mut c_char, pub associd: u32, pub blockid: *mut c_char, pub cluster: *mut c_char, pub derived_ec: u32, pub derived_es: *mut c_char, pub elapsed: u32, pub eligible: time_t, pub end: time_t, pub exitcode: u32, pub first_step_ptr: *mut c_void, pub gid: u32, pub jobid: u32, pub jobname: *mut c_char, pub lft: u32, pub mcs_label: *mut c_char, pub nodes: *mut c_char, pub partition: *mut c_char, pub pack_job_id: u32, pub pack_job_offset: u32, pub priority: u32, pub qosid: u32, pub req_cpus: u32, pub req_gres: *mut c_char, pub req_mem: u64, pub requid: u32, pub resvid: u32, pub resv_name: *mut c_char, pub show_full: u32, pub start: time_t, pub state: u32, pub stats: slurmdb_stats_t, pub steps: List, pub submit: time_t, pub suspended: u32, pub sys_cpu_sec: u32, pub sys_cpu_usec: u32, pub timelimit: u32, pub tot_cpu_sec: u32, pub tot_cpu_usec: u32, pub track_steps: u16, pub tres_alloc_str: *mut c_char, pub tres_req_str: *mut c_char, pub uid: u32, pub used_gres: *mut c_char, pub user: *mut c_char, pub user_cpu_sec: u32, pub user_cpu_usec: u32, pub wckey: *mut c_char, pub wckeyid: u32, pub work_dir: *mut c_char, }

Fields

Trait Implementations

impl Debug for slurmdb_job_rec_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_job_rec_t
[src]

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