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