Struct slurm_sys::slurmdb_cluster_fed_t [] [src]

#[repr(C)]
pub struct slurmdb_cluster_fed_t { pub feature_list: List, pub id: u32, pub name: *mut c_char, pub recv: *mut c_void, pub send: *mut c_void, pub state: u32, pub sync_recvd: bool, pub sync_sent: bool, }

Fields

Trait Implementations

impl Debug for slurmdb_cluster_fed_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_cluster_fed_t
[src]

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