Struct slurm_sys::burst_buffer_use_t [] [src]

#[repr(C)]
pub struct burst_buffer_use_t { pub user_id: u32, pub used: u64, }

Fields

Trait Implementations

impl Debug for burst_buffer_use_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for burst_buffer_use_t
[src]

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