Struct slurm_sys::burst_buffer_resv_t [] [src]

#[repr(C)]
pub struct burst_buffer_resv_t { pub account: *mut c_char, pub array_job_id: u32, pub array_task_id: u32, pub create_time: time_t, pub job_id: u32, pub name: *mut c_char, pub partition: *mut c_char, pub pool: *mut c_char, pub qos: *mut c_char, pub size: u64, pub state: u16, pub user_id: u32, }

Fields

Trait Implementations

impl Debug for burst_buffer_resv_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for burst_buffer_resv_t
[src]

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