Enum qapi_qmp::CpuS390State [−][src]
pub enum CpuS390State { uninitialized, stopped, check_stop, operating, load, }
Variants
uninitialized
stopped
check_stop
operating
load
Trait Implementations
impl Debug for CpuS390State
[src]
impl Debug for CpuS390State
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 CpuS390State
[src]
impl Clone for CpuS390State
fn clone(&self) -> CpuS390State
[src]
fn clone(&self) -> CpuS390State
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 CpuS390State
impl Send for CpuS390State
impl Sync for CpuS390State
impl Sync for CpuS390State