Struct kvm_vcpu_events
#[repr(C)]pub struct kvm_vcpu_events {
pub exception: kvm_vcpu_events__bindgen_ty_1,
pub interrupt: kvm_vcpu_events__bindgen_ty_2,
pub nmi: kvm_vcpu_events__bindgen_ty_3,
pub sipi_vector: u32,
pub flags: u32,
pub smi: kvm_vcpu_events__bindgen_ty_4,
pub triple_fault: kvm_vcpu_events__bindgen_ty_5,
pub reserved: [u8; 26],
pub exception_has_payload: u8,
pub exception_payload: u64,
}
Fields§
§exception: kvm_vcpu_events__bindgen_ty_1
§interrupt: kvm_vcpu_events__bindgen_ty_2
§nmi: kvm_vcpu_events__bindgen_ty_3
§sipi_vector: u32
§flags: u32
§smi: kvm_vcpu_events__bindgen_ty_4
§triple_fault: kvm_vcpu_events__bindgen_ty_5
§reserved: [u8; 26]
§exception_has_payload: u8
§exception_payload: u64
Trait Implementations§
§impl Clone for kvm_vcpu_events
impl Clone for kvm_vcpu_events
§fn clone(&self) -> kvm_vcpu_events
fn clone(&self) -> kvm_vcpu_events
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§impl Debug for kvm_vcpu_events
impl Debug for kvm_vcpu_events
§impl Default for kvm_vcpu_events
impl Default for kvm_vcpu_events
§fn default() -> kvm_vcpu_events
fn default() -> kvm_vcpu_events
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_vcpu_events
impl PartialEq for kvm_vcpu_events
impl Copy for kvm_vcpu_events
impl StructuralPartialEq for kvm_vcpu_events
Auto Trait Implementations§
impl Freeze for kvm_vcpu_events
impl RefUnwindSafe for kvm_vcpu_events
impl Send for kvm_vcpu_events
impl Sync for kvm_vcpu_events
impl Unpin for kvm_vcpu_events
impl UnwindSafe for kvm_vcpu_events
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