aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs
deleted file mode 100644
index cfe0697..0000000
--- a/vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs
+++ /dev/null
@@ -1,27 +0,0 @@
-#[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
-pub const PERCEPTIONFIELD_StateStream_TimeStamps: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xaa886119_f32f_49bf_92ca_f9ddf784d297);
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
-pub struct PERCEPTION_PAYLOAD_FIELD {
- pub FieldId: ::windows_sys::core::GUID,
- pub OffsetInBytes: u32,
- pub SizeInBytes: u32,
-}
-impl ::core::marker::Copy for PERCEPTION_PAYLOAD_FIELD {}
-impl ::core::clone::Clone for PERCEPTION_PAYLOAD_FIELD {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
-pub struct PERCEPTION_STATE_STREAM_TIMESTAMPS {
- pub InputTimestampInQpcCounts: i64,
- pub AvailableTimestampInQpcCounts: i64,
-}
-impl ::core::marker::Copy for PERCEPTION_STATE_STREAM_TIMESTAMPS {}
-impl ::core::clone::Clone for PERCEPTION_STATE_STREAM_TIMESTAMPS {
- fn clone(&self) -> Self {
- *self
- }
-}