Struct slurm_sys::topo_info [] [src]

#[repr(C)]
pub struct topo_info { pub level: u16, pub link_speed: u32, pub name: *mut c_char, pub nodes: *mut c_char, pub switches: *mut c_char, }

Fields

Trait Implementations

impl Debug for topo_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for topo_info
[src]

impl Clone for topo_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for topo_info

impl !Sync for topo_info