]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.28.0/src/Windows/Perception/mod.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Perception / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[cfg(feature = "Perception_Automation")]
3 pub mod Automation;
4 #[cfg(feature = "Perception_People")]
5 pub mod People;
6 #[cfg(feature = "Perception_Spatial")]
7 pub mod Spatial;
8 #[link(name = "windows")]
9 extern "system" {}
10 pub type PerceptionTimestamp = *mut ::core::ffi::c_void;