]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Devices/mod.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Devices / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[cfg(feature = "Devices_Adc")]
3 pub mod Adc;
4 #[cfg(feature = "Devices_AllJoyn")]
5 pub mod AllJoyn;
6 #[cfg(feature = "Devices_Background")]
7 pub mod Background;
8 #[cfg(feature = "Devices_Bluetooth")]
9 pub mod Bluetooth;
10 #[cfg(feature = "Devices_Custom")]
11 pub mod Custom;
12 #[cfg(feature = "Devices_Display")]
13 pub mod Display;
14 #[cfg(feature = "Devices_Enumeration")]
15 pub mod Enumeration;
16 #[cfg(feature = "Devices_Geolocation")]
17 pub mod Geolocation;
18 #[cfg(feature = "Devices_Gpio")]
19 pub mod Gpio;
20 #[cfg(feature = "Devices_Haptics")]
21 pub mod Haptics;
22 #[cfg(feature = "Devices_HumanInterfaceDevice")]
23 pub mod HumanInterfaceDevice;
24 #[cfg(feature = "Devices_I2c")]
25 pub mod I2c;
26 #[cfg(feature = "Devices_Input")]
27 pub mod Input;
28 #[cfg(feature = "Devices_Lights")]
29 pub mod Lights;
30 #[cfg(feature = "Devices_Midi")]
31 pub mod Midi;
32 #[cfg(feature = "Devices_Perception")]
33 pub mod Perception;
34 #[cfg(feature = "Devices_PointOfService")]
35 pub mod PointOfService;
36 #[cfg(feature = "Devices_Portable")]
37 pub mod Portable;
38 #[cfg(feature = "Devices_Power")]
39 pub mod Power;
40 #[cfg(feature = "Devices_Printers")]
41 pub mod Printers;
42 #[cfg(feature = "Devices_Pwm")]
43 pub mod Pwm;
44 #[cfg(feature = "Devices_Radios")]
45 pub mod Radios;
46 #[cfg(feature = "Devices_Scanners")]
47 pub mod Scanners;
48 #[cfg(feature = "Devices_Sensors")]
49 pub mod Sensors;
50 #[cfg(feature = "Devices_SerialCommunication")]
51 pub mod SerialCommunication;
52 #[cfg(feature = "Devices_SmartCards")]
53 pub mod SmartCards;
54 #[cfg(feature = "Devices_Sms")]
55 pub mod Sms;
56 #[cfg(feature = "Devices_Spi")]
57 pub mod Spi;
58 #[cfg(feature = "Devices_Usb")]
59 pub mod Usb;
60 #[cfg(feature = "Devices_WiFi")]
61 pub mod WiFi;
62 #[cfg(feature = "Devices_WiFiDirect")]
63 pub mod WiFiDirect;
64 pub type ILowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void;
65 pub type LowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void;
66 pub type LowLevelDevicesController = *mut ::core::ffi::c_void;