Struct qapi_qmp::GuestPanicInformationS390 [−][src]
pub struct GuestPanicInformationS390 { pub reason: S390CrashReason, pub core: u32, pub psw_addr: u64, pub psw_mask: u64, }
Fields
reason: S390CrashReason
core: u32
psw_addr: u64
psw_mask: u64
Trait Implementations
impl Debug for GuestPanicInformationS390
[src]
impl Debug for GuestPanicInformationS390
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestPanicInformationS390
[src]
impl Clone for GuestPanicInformationS390
fn clone(&self) -> GuestPanicInformationS390
[src]
fn clone(&self) -> GuestPanicInformationS390
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for GuestPanicInformationS390
impl Send for GuestPanicInformationS390
impl Sync for GuestPanicInformationS390
impl Sync for GuestPanicInformationS390