Enum qapi_qmp::ACPISlotType [−][src]
pub enum ACPISlotType {
DIMM,
CPU,
}Variants
DIMMCPU
Trait Implementations
impl Debug for ACPISlotType[src]
impl Debug for ACPISlotTypefn 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 ACPISlotType[src]
impl Clone for ACPISlotTypefn clone(&self) -> ACPISlotType[src]
fn clone(&self) -> ACPISlotTypeReturns 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 ACPISlotType
impl Send for ACPISlotTypeimpl Sync for ACPISlotType
impl Sync for ACPISlotType