Enum qapi_qmp::NumaOptions [−][src]
pub enum NumaOptions {
node {
node: NumaNodeOptions,
},
cpu {
cpu: NumaCpuOptions,
},
dist {
dist: NumaDistOptions,
},
}Variants
nodeFields of node
node: NumaNodeOptions |
cpuFields of cpu
cpu: NumaCpuOptions |
distFields of dist
dist: NumaDistOptions |
Methods
impl NumaOptions[src]
impl NumaOptionspub fn type_(&self) -> NumaOptionsType[src]
pub fn type_(&self) -> NumaOptionsTypeTrait Implementations
impl Debug for NumaOptions[src]
impl Debug for NumaOptionsfn 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 NumaOptions[src]
impl Clone for NumaOptionsfn clone(&self) -> NumaOptions[src]
fn clone(&self) -> NumaOptionsReturns 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 NumaOptions
impl Send for NumaOptionsimpl Sync for NumaOptions
impl Sync for NumaOptions