Struct slurm_sys::slurmdb_used_limits_t [] [src]

#[repr(C)]
pub struct slurmdb_used_limits_t { pub acct: *mut c_char, pub jobs: u32, pub submit_jobs: u32, pub tres: *mut u64, pub tres_run_mins: *mut u64, pub uid: u32, }

Fields

Trait Implementations

impl Debug for slurmdb_used_limits_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurmdb_used_limits_t
[src]

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