summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Devices/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Devices/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Devices/mod.rs65
1 files changed, 65 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Devices/mod.rs b/vendor/windows-sys/src/Windows/Devices/mod.rs
new file mode 100644
index 000000000..130d2acc6
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/Devices/mod.rs
@@ -0,0 +1,65 @@
+#[cfg(feature = "Devices_Adc")]
+pub mod Adc;
+#[cfg(feature = "Devices_AllJoyn")]
+pub mod AllJoyn;
+#[cfg(feature = "Devices_Background")]
+pub mod Background;
+#[cfg(feature = "Devices_Bluetooth")]
+pub mod Bluetooth;
+#[cfg(feature = "Devices_Custom")]
+pub mod Custom;
+#[cfg(feature = "Devices_Display")]
+pub mod Display;
+#[cfg(feature = "Devices_Enumeration")]
+pub mod Enumeration;
+#[cfg(feature = "Devices_Geolocation")]
+pub mod Geolocation;
+#[cfg(feature = "Devices_Gpio")]
+pub mod Gpio;
+#[cfg(feature = "Devices_Haptics")]
+pub mod Haptics;
+#[cfg(feature = "Devices_HumanInterfaceDevice")]
+pub mod HumanInterfaceDevice;
+#[cfg(feature = "Devices_I2c")]
+pub mod I2c;
+#[cfg(feature = "Devices_Input")]
+pub mod Input;
+#[cfg(feature = "Devices_Lights")]
+pub mod Lights;
+#[cfg(feature = "Devices_Midi")]
+pub mod Midi;
+#[cfg(feature = "Devices_Perception")]
+pub mod Perception;
+#[cfg(feature = "Devices_PointOfService")]
+pub mod PointOfService;
+#[cfg(feature = "Devices_Portable")]
+pub mod Portable;
+#[cfg(feature = "Devices_Power")]
+pub mod Power;
+#[cfg(feature = "Devices_Printers")]
+pub mod Printers;
+#[cfg(feature = "Devices_Pwm")]
+pub mod Pwm;
+#[cfg(feature = "Devices_Radios")]
+pub mod Radios;
+#[cfg(feature = "Devices_Scanners")]
+pub mod Scanners;
+#[cfg(feature = "Devices_Sensors")]
+pub mod Sensors;
+#[cfg(feature = "Devices_SerialCommunication")]
+pub mod SerialCommunication;
+#[cfg(feature = "Devices_SmartCards")]
+pub mod SmartCards;
+#[cfg(feature = "Devices_Sms")]
+pub mod Sms;
+#[cfg(feature = "Devices_Spi")]
+pub mod Spi;
+#[cfg(feature = "Devices_Usb")]
+pub mod Usb;
+#[cfg(feature = "Devices_WiFi")]
+pub mod WiFi;
+#[cfg(feature = "Devices_WiFiDirect")]
+pub mod WiFiDirect;
+pub type ILowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void;
+pub type LowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void;
+pub type LowLevelDevicesController = *mut ::core::ffi::c_void;