Struct slurm_sys::slurmdb_user_cond_t [] [src]

#[repr(C)]
pub struct slurmdb_user_cond_t { pub admin_level: u16, pub assoc_cond: *mut slurmdb_assoc_cond_t, pub def_acct_list: List, pub def_wckey_list: List, pub with_assocs: u16, pub with_coords: u16, pub with_deleted: u16, pub with_wckeys: u16, pub without_defaults: u16, }

Fields

Trait Implementations

impl Debug for slurmdb_user_cond_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_user_cond_t
[src]

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