Enum qapi_qmp::NumaOptions [−][src]
pub enum NumaOptions { node { node: NumaNodeOptions, }, cpu { cpu: NumaCpuOptions, }, dist { dist: NumaDistOptions, }, }
Variants
node
Fields of node
node: NumaNodeOptions |
cpu
Fields of cpu
cpu: NumaCpuOptions |
dist
Fields of dist
dist: NumaDistOptions |
Methods
impl NumaOptions
[src]
impl NumaOptions
pub fn type_(&self) -> NumaOptionsType
[src]
pub fn type_(&self) -> NumaOptionsType
Trait Implementations
impl Debug for NumaOptions
[src]
impl Debug for NumaOptions
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for NumaOptions
[src]
impl Clone for NumaOptions
fn clone(&self) -> NumaOptions
[src]
fn clone(&self) -> NumaOptions
Returns 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 NumaOptions
impl Sync for NumaOptions
impl Sync for NumaOptions