Enum qapi_qmp::CpuModelExpansionType[][src]

pub enum CpuModelExpansionType {
    static_,
    full,
}

Variants

Trait Implementations

impl Debug for CpuModelExpansionType
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuModelExpansionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuModelExpansionType

impl Sync for CpuModelExpansionType