Struct qapi_qmp::CpuInstanceProperties[][src]

pub struct CpuInstanceProperties {
    pub core_id: Option<isize>,
    pub socket_id: Option<isize>,
    pub thread_id: Option<isize>,
    pub node_id: Option<isize>,
}

Fields

Trait Implementations

impl Debug for CpuInstanceProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuInstanceProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuInstanceProperties

impl Sync for CpuInstanceProperties