Struct kvm_bindings::kvm_run

source ·
#[repr(C)]
pub struct kvm_run {
Show 13 fields pub request_interrupt_window: __u8, pub immediate_exit: __u8, pub padding1: [__u8; 6], pub exit_reason: __u32, pub ready_for_interrupt_injection: __u8, pub if_flag: __u8, pub flags: __u16, pub cr8: __u64, pub apic_base: __u64, pub __bindgen_anon_1: kvm_run__bindgen_ty_1, pub kvm_valid_regs: __u64, pub kvm_dirty_regs: __u64, pub s: kvm_run__bindgen_ty_2,
}

Fields

request_interrupt_window: __u8immediate_exit: __u8padding1: [__u8; 6]exit_reason: __u32ready_for_interrupt_injection: __u8if_flag: __u8flags: __u16cr8: __u64apic_base: __u64__bindgen_anon_1: kvm_run__bindgen_ty_1kvm_valid_regs: __u64kvm_dirty_regs: __u64s: kvm_run__bindgen_ty_2

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.