Union windows_sys::Win32::System::Hypervisor::WHV_TRIGGER_PARAMETERS_0
#[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,
}
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§
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