Enum qapi_qmp::NumaOptionsType[][src]

pub enum NumaOptionsType {
    node,
    dist,
    cpu,
}

Variants

Trait Implementations

impl Debug for NumaOptionsType
[src]

Formats the value using the given formatter. Read more

impl Clone for NumaOptionsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations