Struct qapi_qmp::GUEST_PANICKED [−][src]
pub struct GUEST_PANICKED { pub action: GuestPanicAction, pub info: Option<GuestPanicInformation>, }
Fields
action: GuestPanicAction
info: Option<GuestPanicInformation>
Trait Implementations
impl Debug for GUEST_PANICKED
[src]
impl Debug for GUEST_PANICKED
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 GUEST_PANICKED
[src]
impl Clone for GUEST_PANICKED
fn clone(&self) -> GUEST_PANICKED
[src]
fn clone(&self) -> GUEST_PANICKED
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
impl Event for GUEST_PANICKED
[src]
impl Event for GUEST_PANICKED
Auto Trait Implementations
impl Send for GUEST_PANICKED
impl Send for GUEST_PANICKED
impl Sync for GUEST_PANICKED
impl Sync for GUEST_PANICKED