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:19:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:03 +0000
commit64d98f8ee037282c35007b64c2649055c56af1db (patch)
tree5492bcf97fce41ee1c0b1cc2add283f3e66cdab0 /vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs
parentAdding debian version 1.67.1+dfsg1-1. (diff)
downloadrustc-64d98f8ee037282c35007b64c2649055c56af1db.tar.xz
rustc-64d98f8ee037282c35007b64c2649055c56af1db.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys-0.42.0/src/Windows/Win32/Devices/mod.rs')
-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;