Struct slurm_sys::block_info_msg_t [] [src]

#[repr(C)]
pub struct block_info_msg_t { pub block_array: *mut block_info_t, pub last_update: time_t, pub record_count: u32, }

Fields

Trait Implementations

impl Debug for block_info_msg_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for block_info_msg_t
[src]

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