Struct slurm_sys::reserve_info_msg [] [src]

#[repr(C)]
pub struct reserve_info_msg { pub last_update: time_t, pub record_count: u32, pub reservation_array: *mut reserve_info_t, }

Fields

Trait Implementations

impl Debug for reserve_info_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for reserve_info_msg
[src]

impl Clone for reserve_info_msg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations