Enum qapi_qmp::CpuModelExpansionType [−][src]
pub enum CpuModelExpansionType {
static_,
full,
}Variants
static_full
Trait Implementations
impl Debug for CpuModelExpansionType[src]
impl Debug for CpuModelExpansionTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CpuModelExpansionType[src]
impl Clone for CpuModelExpansionTypefn clone(&self) -> CpuModelExpansionType[src]
fn clone(&self) -> CpuModelExpansionTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for CpuModelExpansionType
impl Send for CpuModelExpansionTypeimpl Sync for CpuModelExpansionType
impl Sync for CpuModelExpansionType