Enum qapi_qmp::NumaOptions[][src]

pub enum NumaOptions {
    node {
        memdev: Option<String>,
        mem: Option<usize>,
        cpus: Option<Vec<u16>>,
        nodeid: Option<u16>,
    },
    dist {
        src: u16,
        val: u8,
        dst: u16,
    },
    cpu {},
}

Variants

Fields of node

Fields of dist

Fields of cpu

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