Struct slurm_sys::assoc_mgr_info_msg_t [] [src]

#[repr(C)]
pub struct assoc_mgr_info_msg_t { pub assoc_list: List, pub qos_list: List, pub tres_cnt: u32, pub tres_names: *mut *mut c_char, pub user_list: List, }

Fields

Trait Implementations

impl Debug for assoc_mgr_info_msg_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for assoc_mgr_info_msg_t
[src]

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