Struct linux_kvm::raw::ExitUnknown
source · #[repr(C)]pub struct ExitUnknown {
pub hardware_exit_reason: u64,
}
Fields§
§hardware_exit_reason: u64
Trait Implementations§
source§impl Clone for ExitUnknown
impl Clone for ExitUnknown
source§fn clone(&self) -> ExitUnknown
fn clone(&self) -> ExitUnknown
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more