Struct slurm_sys::slurmdb_cluster_cond_t [] [src]

#[repr(C)]
pub struct slurmdb_cluster_cond_t { pub classification: u16, pub cluster_list: List, pub federation_list: List, pub flags: u32, pub format_list: List, pub plugin_id_select_list: List, pub rpc_version_list: List, pub usage_end: time_t, pub usage_start: time_t, pub with_deleted: u16, pub with_usage: u16, }

Fields

Trait Implementations

impl Debug for slurmdb_cluster_cond_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_cluster_cond_t
[src]

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