Struct windows_sys::Win32::System::Hypervisor::WHV_X64_APIC_EOI_CONTEXT
[−]#[repr(C)]pub struct WHV_X64_APIC_EOI_CONTEXT {
pub InterruptVector: u32,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
InterruptVector: u32
Trait Implementations
impl Clone for WHV_X64_APIC_EOI_CONTEXT
impl Clone for WHV_X64_APIC_EOI_CONTEXT
impl Copy for WHV_X64_APIC_EOI_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WHV_X64_APIC_EOI_CONTEXT
impl Send for WHV_X64_APIC_EOI_CONTEXT
impl Sync for WHV_X64_APIC_EOI_CONTEXT
impl Unpin for WHV_X64_APIC_EOI_CONTEXT
impl UnwindSafe for WHV_X64_APIC_EOI_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more