Struct slurm_sys::burst_buffer_info_msg_t [] [src]

#[repr(C)]
pub struct burst_buffer_info_msg_t { pub burst_buffer_array: *mut burst_buffer_info_t, pub record_count: u32, }

Fields

Trait Implementations

impl Debug for burst_buffer_info_msg_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for burst_buffer_info_msg_t
[src]

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