Struct libvirt_rpc::request::NodeInfo [] [src]

pub struct NodeInfo(_);

Methods

impl NodeInfo
[src]

[src]

[src]

the number of active CPUs

[src]

number of cores per socket, total number of processors in case of unusual NUMA topology

[src]

number of CPU sockets per node if nodes > 1, 1 in case of unusual NUMA topology

[src]

the number of NUMA cell, 1 for unusual NUMA topologies or uniform memory access; check capabilities XML for the actual NUMA topology

Trait Implementations

impl Debug for NodeInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl From<NodeGetInfoResponse> for NodeInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for NodeInfo

impl Sync for NodeInfo