#[repr(C)]
pub union WHV_TRIGGER_PARAMETERS_0 {
pub Interrupt: WHV_INTERRUPT_CONTROL,
pub SynicEvent: WHV_SYNIC_EVENT_PARAMETERS,
pub DeviceInterrupt: WHV_TRIGGER_PARAMETERS_0_0,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Interrupt: WHV_INTERRUPT_CONTROL
SynicEvent: WHV_SYNIC_EVENT_PARAMETERS
DeviceInterrupt: WHV_TRIGGER_PARAMETERS_0_0
Trait Implementations
impl Clone for WHV_TRIGGER_PARAMETERS_0
impl Clone for WHV_TRIGGER_PARAMETERS_0
impl Copy for WHV_TRIGGER_PARAMETERS_0
Auto Trait Implementations
impl RefUnwindSafe for WHV_TRIGGER_PARAMETERS_0
impl Send for WHV_TRIGGER_PARAMETERS_0
impl Sync for WHV_TRIGGER_PARAMETERS_0
impl Unpin for WHV_TRIGGER_PARAMETERS_0
impl UnwindSafe for WHV_TRIGGER_PARAMETERS_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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