summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Devices/Sensors/Custom/mod.rs
blob: 307344d8ea763e1f07c2790287199321b568b0e7 (plain)
1
2
3
4
5
6
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[link(name = "windows")]
extern "system" {}
pub type CustomSensor = *mut ::core::ffi::c_void;
pub type CustomSensorReading = *mut ::core::ffi::c_void;
pub type CustomSensorReadingChangedEventArgs = *mut ::core::ffi::c_void;