Struct slurm_sys::slurm_license_info [] [src]

#[repr(C)]
pub struct slurm_license_info { pub name: *mut c_char, pub total: u32, pub in_use: u32, pub available: u32, pub remote: u8, }

Fields

Trait Implementations

impl Debug for slurm_license_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for slurm_license_info
[src]

impl Clone for slurm_license_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations