Enum qapi_qmp::S390CrashReason[][src]

pub enum S390CrashReason {
    unknown,
    disabled_wait,
    extint_loop,
    pgmint_loop,
    opint_loop,
}

Variants

Trait Implementations

impl Debug for S390CrashReason
[src]

Formats the value using the given formatter. Read more

impl Clone for S390CrashReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations