summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs190
1 files changed, 0 insertions, 190 deletions
diff --git a/vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs b/vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs
deleted file mode 100644
index 8b6e127c2..000000000
--- a/vendor/windows-sys/src/Windows/Perception/Spatial/mod.rs
+++ /dev/null
@@ -1,190 +0,0 @@
-#[cfg(feature = "Perception_Spatial_Preview")]
-pub mod Preview;
-#[cfg(feature = "Perception_Spatial_Surfaces")]
-pub mod Surfaces;
-pub type SpatialAnchor = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialAnchorExportPurpose(pub i32);
-impl SpatialAnchorExportPurpose {
- pub const Relocalization: Self = Self(0i32);
- pub const Sharing: Self = Self(1i32);
-}
-impl ::core::marker::Copy for SpatialAnchorExportPurpose {}
-impl ::core::clone::Clone for SpatialAnchorExportPurpose {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type SpatialAnchorExportSufficiency = *mut ::core::ffi::c_void;
-pub type SpatialAnchorExporter = *mut ::core::ffi::c_void;
-pub type SpatialAnchorRawCoordinateSystemAdjustedEventArgs = *mut ::core::ffi::c_void;
-pub type SpatialAnchorStore = *mut ::core::ffi::c_void;
-#[repr(C)]
-#[doc = "*Required features: `\"Perception_Spatial\"`, `\"Foundation_Numerics\"`*"]
-#[cfg(feature = "Foundation_Numerics")]
-pub struct SpatialBoundingBox {
- pub Center: super::super::Foundation::Numerics::Vector3,
- pub Extents: super::super::Foundation::Numerics::Vector3,
-}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::marker::Copy for SpatialBoundingBox {}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::clone::Clone for SpatialBoundingBox {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Perception_Spatial\"`, `\"Foundation_Numerics\"`*"]
-#[cfg(feature = "Foundation_Numerics")]
-pub struct SpatialBoundingFrustum {
- pub Near: super::super::Foundation::Numerics::Plane,
- pub Far: super::super::Foundation::Numerics::Plane,
- pub Right: super::super::Foundation::Numerics::Plane,
- pub Left: super::super::Foundation::Numerics::Plane,
- pub Top: super::super::Foundation::Numerics::Plane,
- pub Bottom: super::super::Foundation::Numerics::Plane,
-}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::marker::Copy for SpatialBoundingFrustum {}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::clone::Clone for SpatialBoundingFrustum {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Perception_Spatial\"`, `\"Foundation_Numerics\"`*"]
-#[cfg(feature = "Foundation_Numerics")]
-pub struct SpatialBoundingOrientedBox {
- pub Center: super::super::Foundation::Numerics::Vector3,
- pub Extents: super::super::Foundation::Numerics::Vector3,
- pub Orientation: super::super::Foundation::Numerics::Quaternion,
-}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::marker::Copy for SpatialBoundingOrientedBox {}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::clone::Clone for SpatialBoundingOrientedBox {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Perception_Spatial\"`, `\"Foundation_Numerics\"`*"]
-#[cfg(feature = "Foundation_Numerics")]
-pub struct SpatialBoundingSphere {
- pub Center: super::super::Foundation::Numerics::Vector3,
- pub Radius: f32,
-}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::marker::Copy for SpatialBoundingSphere {}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::clone::Clone for SpatialBoundingSphere {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type SpatialBoundingVolume = *mut ::core::ffi::c_void;
-pub type SpatialCoordinateSystem = *mut ::core::ffi::c_void;
-pub type SpatialEntity = *mut ::core::ffi::c_void;
-pub type SpatialEntityAddedEventArgs = *mut ::core::ffi::c_void;
-pub type SpatialEntityRemovedEventArgs = *mut ::core::ffi::c_void;
-pub type SpatialEntityStore = *mut ::core::ffi::c_void;
-pub type SpatialEntityUpdatedEventArgs = *mut ::core::ffi::c_void;
-pub type SpatialEntityWatcher = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialEntityWatcherStatus(pub i32);
-impl SpatialEntityWatcherStatus {
- pub const Created: Self = Self(0i32);
- pub const Started: Self = Self(1i32);
- pub const EnumerationCompleted: Self = Self(2i32);
- pub const Stopping: Self = Self(3i32);
- pub const Stopped: Self = Self(4i32);
- pub const Aborted: Self = Self(5i32);
-}
-impl ::core::marker::Copy for SpatialEntityWatcherStatus {}
-impl ::core::clone::Clone for SpatialEntityWatcherStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialLocatability(pub i32);
-impl SpatialLocatability {
- pub const Unavailable: Self = Self(0i32);
- pub const OrientationOnly: Self = Self(1i32);
- pub const PositionalTrackingActivating: Self = Self(2i32);
- pub const PositionalTrackingActive: Self = Self(3i32);
- pub const PositionalTrackingInhibited: Self = Self(4i32);
-}
-impl ::core::marker::Copy for SpatialLocatability {}
-impl ::core::clone::Clone for SpatialLocatability {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type SpatialLocation = *mut ::core::ffi::c_void;
-pub type SpatialLocator = *mut ::core::ffi::c_void;
-pub type SpatialLocatorAttachedFrameOfReference = *mut ::core::ffi::c_void;
-pub type SpatialLocatorPositionalTrackingDeactivatingEventArgs = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialLookDirectionRange(pub i32);
-impl SpatialLookDirectionRange {
- pub const ForwardOnly: Self = Self(0i32);
- pub const Omnidirectional: Self = Self(1i32);
-}
-impl ::core::marker::Copy for SpatialLookDirectionRange {}
-impl ::core::clone::Clone for SpatialLookDirectionRange {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialMovementRange(pub i32);
-impl SpatialMovementRange {
- pub const NoMovement: Self = Self(0i32);
- pub const Bounded: Self = Self(1i32);
-}
-impl ::core::marker::Copy for SpatialMovementRange {}
-impl ::core::clone::Clone for SpatialMovementRange {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"Perception_Spatial\"`*"]
-#[repr(transparent)]
-pub struct SpatialPerceptionAccessStatus(pub i32);
-impl SpatialPerceptionAccessStatus {
- pub const Unspecified: Self = Self(0i32);
- pub const Allowed: Self = Self(1i32);
- pub const DeniedByUser: Self = Self(2i32);
- pub const DeniedBySystem: Self = Self(3i32);
-}
-impl ::core::marker::Copy for SpatialPerceptionAccessStatus {}
-impl ::core::clone::Clone for SpatialPerceptionAccessStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Perception_Spatial\"`, `\"Foundation_Numerics\"`*"]
-#[cfg(feature = "Foundation_Numerics")]
-pub struct SpatialRay {
- pub Origin: super::super::Foundation::Numerics::Vector3,
- pub Direction: super::super::Foundation::Numerics::Vector3,
-}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::marker::Copy for SpatialRay {}
-#[cfg(feature = "Foundation_Numerics")]
-impl ::core::clone::Clone for SpatialRay {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type SpatialStageFrameOfReference = *mut ::core::ffi::c_void;
-pub type SpatialStationaryFrameOfReference = *mut ::core::ffi::c_void;