Struct libvirt_sys::Struct__virNodeInfo [] [src]

#[repr(C)]
pub struct Struct__virNodeInfo { pub model: [c_char; 32], pub memory: c_ulong, pub cpus: c_uint, pub mhz: c_uint, pub nodes: c_uint, pub sockets: c_uint, pub cores: c_uint, pub threads: c_uint, }

Fields

Trait Implementations

impl Copy for Struct__virNodeInfo
[src]

impl Clone for Struct__virNodeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__virNodeInfo
[src]

Returns the "default value" for a type. Read more