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