]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.28.0/src/Windows/Win32/Devices/mod.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Win32 / Devices / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[cfg(feature = "Win32_Devices_AllJoyn")]
3 pub mod AllJoyn;
4 #[cfg(feature = "Win32_Devices_BiometricFramework")]
5 pub mod BiometricFramework;
6 #[cfg(feature = "Win32_Devices_Bluetooth")]
7 pub mod Bluetooth;
8 #[cfg(feature = "Win32_Devices_Communication")]
9 pub mod Communication;
10 #[cfg(feature = "Win32_Devices_DeviceAccess")]
11 pub mod DeviceAccess;
12 #[cfg(feature = "Win32_Devices_DeviceAndDriverInstallation")]
13 pub mod DeviceAndDriverInstallation;
14 #[cfg(feature = "Win32_Devices_DeviceQuery")]
15 pub mod DeviceQuery;
16 #[cfg(feature = "Win32_Devices_Display")]
17 pub mod Display;
18 #[cfg(feature = "Win32_Devices_Enumeration")]
19 pub mod Enumeration;
20 #[cfg(feature = "Win32_Devices_Fax")]
21 pub mod Fax;
22 #[cfg(feature = "Win32_Devices_FunctionDiscovery")]
23 pub mod FunctionDiscovery;
24 #[cfg(feature = "Win32_Devices_Geolocation")]
25 pub mod Geolocation;
26 #[cfg(feature = "Win32_Devices_HumanInterfaceDevice")]
27 pub mod HumanInterfaceDevice;
28 #[cfg(feature = "Win32_Devices_ImageAcquisition")]
29 pub mod ImageAcquisition;
30 #[cfg(feature = "Win32_Devices_PortableDevices")]
31 pub mod PortableDevices;
32 #[cfg(feature = "Win32_Devices_Properties")]
33 pub mod Properties;
34 #[cfg(feature = "Win32_Devices_Pwm")]
35 pub mod Pwm;
36 #[cfg(feature = "Win32_Devices_Sensors")]
37 pub mod Sensors;
38 #[cfg(feature = "Win32_Devices_SerialCommunication")]
39 pub mod SerialCommunication;
40 #[cfg(feature = "Win32_Devices_Tapi")]
41 pub mod Tapi;
42 #[cfg(feature = "Win32_Devices_Usb")]
43 pub mod Usb;
44 #[cfg(feature = "Win32_Devices_WebServicesOnDevices")]
45 pub mod WebServicesOnDevices;