Union kvm_sys::x86::bindings::kvm_run__bindgen_ty_1
source · #[repr(C)]
pub union kvm_run__bindgen_ty_1 {
Show 29 fields
pub hw: kvm_run__bindgen_ty_1__bindgen_ty_1,
pub fail_entry: kvm_run__bindgen_ty_1__bindgen_ty_2,
pub ex: kvm_run__bindgen_ty_1__bindgen_ty_3,
pub io: kvm_run__bindgen_ty_1__bindgen_ty_4,
pub debug: kvm_run__bindgen_ty_1__bindgen_ty_5,
pub mmio: kvm_run__bindgen_ty_1__bindgen_ty_6,
pub hypercall: kvm_run__bindgen_ty_1__bindgen_ty_7,
pub tpr_access: kvm_run__bindgen_ty_1__bindgen_ty_8,
pub s390_sieic: kvm_run__bindgen_ty_1__bindgen_ty_9,
pub s390_reset_flags: u64,
pub s390_ucontrol: kvm_run__bindgen_ty_1__bindgen_ty_10,
pub dcr: kvm_run__bindgen_ty_1__bindgen_ty_11,
pub internal: kvm_run__bindgen_ty_1__bindgen_ty_12,
pub emulation_failure: kvm_run__bindgen_ty_1__bindgen_ty_13,
pub osi: kvm_run__bindgen_ty_1__bindgen_ty_14,
pub papr_hcall: kvm_run__bindgen_ty_1__bindgen_ty_15,
pub s390_tsch: kvm_run__bindgen_ty_1__bindgen_ty_16,
pub epr: kvm_run__bindgen_ty_1__bindgen_ty_17,
pub system_event: kvm_run__bindgen_ty_1__bindgen_ty_18,
pub s390_stsi: kvm_run__bindgen_ty_1__bindgen_ty_19,
pub eoi: kvm_run__bindgen_ty_1__bindgen_ty_20,
pub hyperv: kvm_hyperv_exit,
pub arm_nisv: kvm_run__bindgen_ty_1__bindgen_ty_21,
pub msr: kvm_run__bindgen_ty_1__bindgen_ty_22,
pub xen: kvm_xen_exit,
pub riscv_sbi: kvm_run__bindgen_ty_1__bindgen_ty_23,
pub riscv_csr: kvm_run__bindgen_ty_1__bindgen_ty_24,
pub notify: kvm_run__bindgen_ty_1__bindgen_ty_25,
pub padding: [c_char; 256],
}
Fields§
§hw: kvm_run__bindgen_ty_1__bindgen_ty_1
§fail_entry: kvm_run__bindgen_ty_1__bindgen_ty_2
§ex: kvm_run__bindgen_ty_1__bindgen_ty_3
§io: kvm_run__bindgen_ty_1__bindgen_ty_4
§debug: kvm_run__bindgen_ty_1__bindgen_ty_5
§mmio: kvm_run__bindgen_ty_1__bindgen_ty_6
§hypercall: kvm_run__bindgen_ty_1__bindgen_ty_7
§tpr_access: kvm_run__bindgen_ty_1__bindgen_ty_8
§s390_sieic: kvm_run__bindgen_ty_1__bindgen_ty_9
§s390_reset_flags: u64
§s390_ucontrol: kvm_run__bindgen_ty_1__bindgen_ty_10
§dcr: kvm_run__bindgen_ty_1__bindgen_ty_11
§internal: kvm_run__bindgen_ty_1__bindgen_ty_12
§emulation_failure: kvm_run__bindgen_ty_1__bindgen_ty_13
§osi: kvm_run__bindgen_ty_1__bindgen_ty_14
§papr_hcall: kvm_run__bindgen_ty_1__bindgen_ty_15
§s390_tsch: kvm_run__bindgen_ty_1__bindgen_ty_16
§epr: kvm_run__bindgen_ty_1__bindgen_ty_17
§system_event: kvm_run__bindgen_ty_1__bindgen_ty_18
§s390_stsi: kvm_run__bindgen_ty_1__bindgen_ty_19
§eoi: kvm_run__bindgen_ty_1__bindgen_ty_20
§hyperv: kvm_hyperv_exit
§arm_nisv: kvm_run__bindgen_ty_1__bindgen_ty_21
§msr: kvm_run__bindgen_ty_1__bindgen_ty_22
§xen: kvm_xen_exit
§riscv_sbi: kvm_run__bindgen_ty_1__bindgen_ty_23
§riscv_csr: kvm_run__bindgen_ty_1__bindgen_ty_24
§notify: kvm_run__bindgen_ty_1__bindgen_ty_25
§padding: [c_char; 256]
Trait Implementations§
source§impl Clone for kvm_run__bindgen_ty_1
impl Clone for kvm_run__bindgen_ty_1
source§fn clone(&self) -> kvm_run__bindgen_ty_1
fn clone(&self) -> kvm_run__bindgen_ty_1
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 moresource§impl Default for kvm_run__bindgen_ty_1
impl Default for kvm_run__bindgen_ty_1
impl Copy for kvm_run__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for kvm_run__bindgen_ty_1
impl Send for kvm_run__bindgen_ty_1
impl Sync for kvm_run__bindgen_ty_1
impl Unpin for kvm_run__bindgen_ty_1
impl UnwindSafe for kvm_run__bindgen_ty_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more