summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs')
-rw-r--r--vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs26
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs b/vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs
new file mode 100644
index 000000000..20227e345
--- /dev/null
+++ b/vendor/windows-sys-0.42.0/src/Windows/Win32/System/MixedReality/mod.rs
@@ -0,0 +1,26 @@
+pub const PERCEPTIONFIELD_StateStream_TimeStamps: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2861064473, data2: 62255, data3: 18879, data4: [146, 202, 249, 221, 247, 132, 210, 151] };
+#[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
+ }
+}