summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Perception/mod.rs
blob: d2e59a3dcee5bbc80da524d22b38edf541092439 (plain)
1
2
3
4
5
6
7
8
9
10
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[cfg(feature = "Perception_Automation")]
pub mod Automation;
#[cfg(feature = "Perception_People")]
pub mod People;
#[cfg(feature = "Perception_Spatial")]
pub mod Spatial;
#[link(name = "windows")]
extern "system" {}
pub type PerceptionTimestamp = *mut ::core::ffi::c_void;