[][src]Union kvm_bindings::kvm_run__bindgen_ty_1

Fields

hw: kvm_run__bindgen_ty_1__bindgen_ty_1fail_entry: kvm_run__bindgen_ty_1__bindgen_ty_2ex: kvm_run__bindgen_ty_1__bindgen_ty_3io: kvm_run__bindgen_ty_1__bindgen_ty_4debug: kvm_run__bindgen_ty_1__bindgen_ty_5mmio: kvm_run__bindgen_ty_1__bindgen_ty_6hypercall: kvm_run__bindgen_ty_1__bindgen_ty_7tpr_access: kvm_run__bindgen_ty_1__bindgen_ty_8s390_sieic: kvm_run__bindgen_ty_1__bindgen_ty_9s390_reset_flags: __u64s390_ucontrol: kvm_run__bindgen_ty_1__bindgen_ty_10dcr: kvm_run__bindgen_ty_1__bindgen_ty_11internal: kvm_run__bindgen_ty_1__bindgen_ty_12osi: kvm_run__bindgen_ty_1__bindgen_ty_13papr_hcall: kvm_run__bindgen_ty_1__bindgen_ty_14s390_tsch: kvm_run__bindgen_ty_1__bindgen_ty_15epr: kvm_run__bindgen_ty_1__bindgen_ty_16system_event: kvm_run__bindgen_ty_1__bindgen_ty_17s390_stsi: kvm_run__bindgen_ty_1__bindgen_ty_18eoi: kvm_run__bindgen_ty_1__bindgen_ty_19hyperv: kvm_hyperv_exitpadding: [c_char; 256]

Trait Implementations

impl Clone for kvm_run__bindgen_ty_1[src]

impl Copy for kvm_run__bindgen_ty_1[src]

impl Default for kvm_run__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.