Struct slurm_sys::slurmdb_job_modify_cond_t [] [src]

#[repr(C)]
pub struct slurmdb_job_modify_cond_t { pub cluster: *mut c_char, pub job_id: u32, }

Fields

Trait Implementations

impl Debug for slurmdb_job_modify_cond_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_job_modify_cond_t
[src]

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