Enum qapi_qmp::GuestPanicInformationType [−][src]
pub enum GuestPanicInformationType {
hyper_v,
s390,
}Variants
hyper_vs390
Trait Implementations
impl Debug for GuestPanicInformationType[src]
impl Debug for GuestPanicInformationTypefn 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 GuestPanicInformationType[src]
impl Clone for GuestPanicInformationTypefn clone(&self) -> GuestPanicInformationType[src]
fn clone(&self) -> GuestPanicInformationTypeReturns 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 GuestPanicInformationType
impl Send for GuestPanicInformationTypeimpl Sync for GuestPanicInformationType
impl Sync for GuestPanicInformationType