From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- .../src/Windows/Win32/System/MixedReality/mod.rs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality') 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 new file mode 100644 index 0000000..cfe0697 --- /dev/null +++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/System/MixedReality/mod.rs @@ -0,0 +1,27 @@ +#[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 + } +} -- cgit v1.2.3