Enum qapi_qmp::NumaOptions[][src]

pub enum NumaOptions {
    node {
        node: NumaNodeOptions,
    },
    cpu {
        cpu: NumaCpuOptions,
    },
    dist {
        dist: NumaDistOptions,
    },
}

Variants

Fields of node

Fields of cpu

Fields of dist

Methods

impl NumaOptions
[src]

Trait Implementations

impl Debug for NumaOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NumaOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NumaOptions

impl Sync for NumaOptions