Enum qapi_qmp::NumaOptionsType [−][src]
pub enum NumaOptionsType {
node,
dist,
cpu,
}Variants
nodedistcpu
Trait Implementations
impl Debug for NumaOptionsType[src]
impl Debug for NumaOptionsTypefn 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 NumaOptionsType[src]
impl Clone for NumaOptionsTypefn clone(&self) -> NumaOptionsType[src]
fn clone(&self) -> NumaOptionsTypeReturns 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 NumaOptionsType
impl Send for NumaOptionsTypeimpl Sync for NumaOptionsType
impl Sync for NumaOptionsType