Enum qapi_qmp::GuestPanicInformationType[][src]

pub enum GuestPanicInformationType {
    hyper_v,
    s390,
}

Variants

Trait Implementations

impl Debug for GuestPanicInformationType
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestPanicInformationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestPanicInformationType

impl Sync for GuestPanicInformationType