Struct qapi_qmp::GuestPanicInformationHyperV [−][src]
pub struct GuestPanicInformationHyperV { pub arg2: u64, pub arg5: u64, pub arg3: u64, pub arg1: u64, pub arg4: u64, }
Fields
arg2: u64
arg5: u64
arg3: u64
arg1: u64
arg4: u64
Trait Implementations
impl Debug for GuestPanicInformationHyperV
[src]
impl Debug for GuestPanicInformationHyperV
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 GuestPanicInformationHyperV
[src]
impl Clone for GuestPanicInformationHyperV
fn clone(&self) -> GuestPanicInformationHyperV
[src]
fn clone(&self) -> GuestPanicInformationHyperV
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 GuestPanicInformationHyperV
impl Send for GuestPanicInformationHyperV
impl Sync for GuestPanicInformationHyperV
impl Sync for GuestPanicInformationHyperV