Struct qapi_qmp::GuestPanicInformationS390[][src]

pub struct GuestPanicInformationS390 {
    pub psw_addr: u64,
    pub core: u32,
    pub psw_mask: u64,
    pub reason: S390CrashReason,
}

Fields

Trait Implementations

impl Debug for GuestPanicInformationS390
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestPanicInformationS390
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations