Struct qapi_qmp::NumaDistOptions[][src]

pub struct NumaDistOptions {
    pub src: u16,
    pub val: u8,
    pub dst: u16,
}

Fields

Trait Implementations

impl Debug for NumaDistOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NumaDistOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations