Enum qapi_qmp::CpuS390State[][src]

pub enum CpuS390State {
    uninitialized,
    stopped,
    check_stop,
    operating,
    load,
}

Variants

Trait Implementations

impl Debug for CpuS390State
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuS390State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CpuS390State

impl Sync for CpuS390State