#[repr(C)]pub struct VcpuEvents {
pub exception: StructUnnamed5,
pub interrupt: StructUnnamed6,
pub nmi: StructUnnamed7,
pub sipi_vector: u32,
pub flags: u32,
pub reserved: [u32; 10],
}Fields§
§exception: StructUnnamed5§interrupt: StructUnnamed6§nmi: StructUnnamed7§sipi_vector: u32§flags: u32§reserved: [u32; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for VcpuEvents
impl RefUnwindSafe for VcpuEvents
impl Send for VcpuEvents
impl Sync for VcpuEvents
impl Unpin for VcpuEvents
impl UnwindSafe for VcpuEvents
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