#[repr(C)]pub struct vm_event_st {
pub version: u32,
pub flags: u32,
pub reason: u32,
pub vcpu_id: u32,
pub altp2m_idx: u16,
pub _pad: [u16; 3],
pub u: vm_event_st__bindgen_ty_1,
pub data: vm_event_st__bindgen_ty_2,
}Fields§
§version: u32§flags: u32§reason: u32§vcpu_id: u32§altp2m_idx: u16§_pad: [u16; 3]§u: vm_event_st__bindgen_ty_1§data: vm_event_st__bindgen_ty_2Trait Implementations§
Source§impl Clone for vm_event_st
impl Clone for vm_event_st
Source§fn clone(&self) -> vm_event_st
fn clone(&self) -> vm_event_st
Returns a duplicate 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 vm_event_st
impl Default for vm_event_st
impl Copy for vm_event_st
Auto Trait Implementations§
impl Freeze for vm_event_st
impl RefUnwindSafe for vm_event_st
impl Send for vm_event_st
impl Sync for vm_event_st
impl Unpin for vm_event_st
impl UnwindSafe for vm_event_st
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