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
core_id: Option<isize>
socket_id: Option<isize>
thread_id: Option<isize>
node_id: Option<isize>
Trait Implementations
impl Debug for CpuInstanceProperties[src]
impl Debug for CpuInstancePropertiesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CpuInstanceProperties[src]
impl Clone for CpuInstancePropertiesfn clone(&self) -> CpuInstanceProperties[src]
fn clone(&self) -> CpuInstancePropertiesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for CpuInstanceProperties
impl Send for CpuInstancePropertiesimpl Sync for CpuInstanceProperties
impl Sync for CpuInstanceProperties