summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:58 +0000
commita4b7ed7a42c716ab9f05e351f003d589124fd55d (patch)
treeb620cd3f223850b28716e474e80c58059dca5dd4 /vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs
parentAdding upstream version 1.67.1+dfsg1. (diff)
downloadrustc-a4b7ed7a42c716ab9f05e351f003d589124fd55d.tar.xz
rustc-a4b7ed7a42c716ab9f05e351f003d589124fd55d.zip
Adding upstream version 1.68.2+dfsg1.upstream/1.68.2+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs44
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs b/vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs
new file mode 100644
index 000000000..09ba1e0de
--- /dev/null
+++ b/vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs
@@ -0,0 +1,44 @@
+#[cfg(feature = "Win32_Devices_AllJoyn")]
+pub mod AllJoyn;
+#[cfg(feature = "Win32_Devices_BiometricFramework")]
+pub mod BiometricFramework;
+#[cfg(feature = "Win32_Devices_Bluetooth")]
+pub mod Bluetooth;
+#[cfg(feature = "Win32_Devices_Communication")]
+pub mod Communication;
+#[cfg(feature = "Win32_Devices_DeviceAccess")]
+pub mod DeviceAccess;
+#[cfg(feature = "Win32_Devices_DeviceAndDriverInstallation")]
+pub mod DeviceAndDriverInstallation;
+#[cfg(feature = "Win32_Devices_DeviceQuery")]
+pub mod DeviceQuery;
+#[cfg(feature = "Win32_Devices_Display")]
+pub mod Display;
+#[cfg(feature = "Win32_Devices_Enumeration")]
+pub mod Enumeration;
+#[cfg(feature = "Win32_Devices_Fax")]
+pub mod Fax;
+#[cfg(feature = "Win32_Devices_FunctionDiscovery")]
+pub mod FunctionDiscovery;
+#[cfg(feature = "Win32_Devices_Geolocation")]
+pub mod Geolocation;
+#[cfg(feature = "Win32_Devices_HumanInterfaceDevice")]
+pub mod HumanInterfaceDevice;
+#[cfg(feature = "Win32_Devices_ImageAcquisition")]
+pub mod ImageAcquisition;
+#[cfg(feature = "Win32_Devices_PortableDevices")]
+pub mod PortableDevices;
+#[cfg(feature = "Win32_Devices_Properties")]
+pub mod Properties;
+#[cfg(feature = "Win32_Devices_Pwm")]
+pub mod Pwm;
+#[cfg(feature = "Win32_Devices_Sensors")]
+pub mod Sensors;
+#[cfg(feature = "Win32_Devices_SerialCommunication")]
+pub mod SerialCommunication;
+#[cfg(feature = "Win32_Devices_Tapi")]
+pub mod Tapi;
+#[cfg(feature = "Win32_Devices_Usb")]
+pub mod Usb;
+#[cfg(feature = "Win32_Devices_WebServicesOnDevices")]
+pub mod WebServicesOnDevices;