Enum qapi_qmp::ACPISlotType [−][src]
pub enum ACPISlotType { DIMM, CPU, }
Variants
DIMM
CPU
Trait Implementations
impl Debug for ACPISlotType
[src]
impl Debug for ACPISlotType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ACPISlotType
[src]
impl Clone for ACPISlotType
fn clone(&self) -> ACPISlotType
[src]
fn clone(&self) -> ACPISlotType
Returns 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 ACPISlotType
impl Sync for ACPISlotType
impl Sync for ACPISlotType