Struct libvirt_sys::Struct__virDomainInfo [] [src]

#[repr(C)]
pub struct Struct__virDomainInfo { pub state: c_uchar, pub maxMem: c_ulong, pub memory: c_ulong, pub nrVirtCpu: c_ushort, pub cpuTime: c_ulonglong, }

Fields

Trait Implementations

impl Copy for Struct__virDomainInfo
[src]

impl Clone for Struct__virDomainInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__virDomainInfo
[src]

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