Struct slurm_sys::slurmdb_report_cluster_rec_t [] [src]

#[repr(C)]
pub struct slurmdb_report_cluster_rec_t { pub accounting_list: List, pub assoc_list: List, pub name: *mut c_char, pub tres_list: List, pub user_list: List, }

Fields

Trait Implementations

impl Debug for slurmdb_report_cluster_rec_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_report_cluster_rec_t
[src]

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