Enum qapi_qmp::GuestPanicInformation [−][src]
pub enum GuestPanicInformation { hyper_v { hyper_v: GuestPanicInformationHyperV, }, s390 { s390: GuestPanicInformationS390, }, }
Variants
hyper_v
Fields of hyper_v
hyper_v: GuestPanicInformationHyperV |
s390
Fields of s390
s390: GuestPanicInformationS390 |
Methods
impl GuestPanicInformation
[src]
impl GuestPanicInformation
pub fn type_(&self) -> GuestPanicInformationType
[src]
pub fn type_(&self) -> GuestPanicInformationType
Trait Implementations
impl Debug for GuestPanicInformation
[src]
impl Debug for GuestPanicInformation
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 GuestPanicInformation
[src]
impl Clone for GuestPanicInformation
fn clone(&self) -> GuestPanicInformation
[src]
fn clone(&self) -> GuestPanicInformation
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 GuestPanicInformation
impl Send for GuestPanicInformation
impl Sync for GuestPanicInformation
impl Sync for GuestPanicInformation