Enum qapi_qmp::GuestPanicInformation[][src]

pub enum GuestPanicInformation {
    hyper_v {
        hyper_v: GuestPanicInformationHyperV,
    },
    s390 {
        s390: GuestPanicInformationS390,
    },
}

Variants

Fields of hyper_v

Fields of s390

Methods

impl GuestPanicInformation
[src]

Trait Implementations

impl Debug for GuestPanicInformation
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestPanicInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestPanicInformation

impl Sync for GuestPanicInformation