Struct slurm_sys::topo_info_response_msg [] [src]

#[repr(C)]
pub struct topo_info_response_msg { pub record_count: u32, pub topo_array: *mut topo_info_t, }

Fields

Trait Implementations

impl Debug for topo_info_response_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for topo_info_response_msg
[src]

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