Home
last modified time | relevance | path

Searched defs:WHV_INTERRUPT_CONTROL (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinhvplatformdefs.h938 typedef struct WHV_INTERRUPT_CONTROL { struct
945 } WHV_INTERRUPT_CONTROL; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinhvplatformdefs.h938 typedef struct WHV_INTERRUPT_CONTROL { struct
945 } WHV_INTERRUPT_CONTROL; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Hypervisor/
H A Dmod.rs135 … fn WHvRequestInterrupt(partition: WHV_PARTITION_HANDLE, interrupt: *const WHV_INTERRUPT_CONTROL, … in WHvRequestInterrupt()
1080 pub struct WHV_INTERRUPT_CONTROL { struct
1085 impl ::core::marker::Copy for WHV_INTERRUPT_CONTROL {} argument
1086 impl ::core::clone::Clone for WHV_INTERRUPT_CONTROL { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Hypervisor/
H A Dmod.rs2617 pub struct WHV_INTERRUPT_CONTROL { struct
2622 impl WHV_INTERRUPT_CONTROL {} argument
2623 impl ::std::default::Default for WHV_INTERRUPT_CONTROL { implementation
2628 impl ::std::fmt::Debug for WHV_INTERRUPT_CONTROL { implementation
2633 impl ::std::cmp::PartialEq for WHV_INTERRUPT_CONTROL { implementation
2638 impl ::std::cmp::Eq for WHV_INTERRUPT_CONTROL {} implementation
2639 unsafe impl ::windows::runtime::Abi for WHV_INTERRUPT_CONTROL { implementation
6985 …:IntoParam<'a, WHV_PARTITION_HANDLE>>(partition: Param0, interrupt: *const WHV_INTERRUPT_CONTROL, … in WHvRequestInterrupt()
6990 …fn WHvRequestInterrupt(partition: WHV_PARTITION_HANDLE, interrupt: *const WHV_INTERRUPT_CONTROL, i… in WHvRequestInterrupt()