]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Win32/System/MixedReality/mod.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Win32 / System / MixedReality / mod.rs
1 #[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
2 pub const PERCEPTIONFIELD_StateStream_TimeStamps: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xaa886119_f32f_49bf_92ca_f9ddf784d297);
3 #[repr(C)]
4 #[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
5 pub struct PERCEPTION_PAYLOAD_FIELD {
6 pub FieldId: ::windows_sys::core::GUID,
7 pub OffsetInBytes: u32,
8 pub SizeInBytes: u32,
9 }
10 impl ::core::marker::Copy for PERCEPTION_PAYLOAD_FIELD {}
11 impl ::core::clone::Clone for PERCEPTION_PAYLOAD_FIELD {
12 fn clone(&self) -> Self {
13 *self
14 }
15 }
16 #[repr(C)]
17 #[doc = "*Required features: `\"Win32_System_MixedReality\"`*"]
18 pub struct PERCEPTION_STATE_STREAM_TIMESTAMPS {
19 pub InputTimestampInQpcCounts: i64,
20 pub AvailableTimestampInQpcCounts: i64,
21 }
22 impl ::core::marker::Copy for PERCEPTION_STATE_STREAM_TIMESTAMPS {}
23 impl ::core::clone::Clone for PERCEPTION_STATE_STREAM_TIMESTAMPS {
24 fn clone(&self) -> Self {
25 *self
26 }
27 }