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_PANICKEDfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GUEST_PANICKED[src]
impl Clone for GUEST_PANICKEDfn clone(&self) -> GUEST_PANICKED[src]
fn clone(&self) -> GUEST_PANICKEDReturns 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_PANICKEDAuto Trait Implementations
impl Send for GUEST_PANICKED
impl Send for GUEST_PANICKEDimpl Sync for GUEST_PANICKED
impl Sync for GUEST_PANICKED