Struct qapi_qmp::GUEST_PANICKED[][src]

pub struct GUEST_PANICKED {
    pub action: GuestPanicAction,
    pub info: Option<GuestPanicInformation>,
}

Fields

Trait Implementations

impl Debug for GUEST_PANICKED
[src]

Formats the value using the given formatter. Read more

impl Clone for GUEST_PANICKED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for GUEST_PANICKED
[src]

NAME: &'static str = "GUEST_PANICKED"

Auto Trait Implementations

impl Send for GUEST_PANICKED

impl Sync for GUEST_PANICKED