summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Perception/mod.rs
blob: 1875c4dc780454a6907d6cdde6025ff84df7f91f (plain)
1
2
3
4
5
6
7
#[cfg(feature = "Perception_Automation")]
pub mod Automation;
#[cfg(feature = "Perception_People")]
pub mod People;
#[cfg(feature = "Perception_Spatial")]
pub mod Spatial;
pub type PerceptionTimestamp = *mut ::core::ffi::c_void;