diff options
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs b/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs new file mode 100644 index 0000000..8cee42f --- /dev/null +++ b/vendor/windows-sys/src/Windows/Win32/System/Diagnostics/mod.rs @@ -0,0 +1,15 @@ +#[cfg(feature = "Win32_System_Diagnostics_Ceip")] +#[doc = "Required features: `\"Win32_System_Diagnostics_Ceip\"`"] +pub mod Ceip; +#[cfg(feature = "Win32_System_Diagnostics_Debug")] +#[doc = "Required features: `\"Win32_System_Diagnostics_Debug\"`"] +pub mod Debug; +#[cfg(feature = "Win32_System_Diagnostics_Etw")] +#[doc = "Required features: `\"Win32_System_Diagnostics_Etw\"`"] +pub mod Etw; +#[cfg(feature = "Win32_System_Diagnostics_ProcessSnapshotting")] +#[doc = "Required features: `\"Win32_System_Diagnostics_ProcessSnapshotting\"`"] +pub mod ProcessSnapshotting; +#[cfg(feature = "Win32_System_Diagnostics_ToolHelp")] +#[doc = "Required features: `\"Win32_System_Diagnostics_ToolHelp\"`"] +pub mod ToolHelp; |