#[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

source§

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)

Performs copy-assignment from source. Read more
source§

impl Default for kvm_run__bindgen_ty_1

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for kvm_run__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.