Struct windows_sys::Win32::System::Hypervisor::WHV_VPCI_INTERRUPT_TARGET
#[repr(C)]pub struct WHV_VPCI_INTERRUPT_TARGET {
pub Vector: u32,
pub Flags: WHV_VPCI_INTERRUPT_TARGET_FLAGS,
pub ProcessorCount: u32,
pub Processors: [u32; 1],
}
Fields§
§Vector: u32
§Flags: WHV_VPCI_INTERRUPT_TARGET_FLAGS
§ProcessorCount: u32
§Processors: [u32; 1]
Trait Implementations§
§impl Clone for WHV_VPCI_INTERRUPT_TARGET
impl Clone for WHV_VPCI_INTERRUPT_TARGET
impl Copy for WHV_VPCI_INTERRUPT_TARGET
Auto Trait Implementations§
impl RefUnwindSafe for WHV_VPCI_INTERRUPT_TARGET
impl Send for WHV_VPCI_INTERRUPT_TARGET
impl Sync for WHV_VPCI_INTERRUPT_TARGET
impl Unpin for WHV_VPCI_INTERRUPT_TARGET
impl UnwindSafe for WHV_VPCI_INTERRUPT_TARGET
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