summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs34
1 files changed, 34 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
new file mode 100644
index 000000000..511d6c5c5
--- /dev/null
+++ b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
@@ -0,0 +1,34 @@
+#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
+#[link(name = "windows")]
+extern "system" {}
+pub const E_SURFACE_CONTENTS_LOST: u32 = 2150301728u32;
+pub type IDesktopWindowXamlSourceNative = *mut ::core::ffi::c_void;
+pub type IDesktopWindowXamlSourceNative2 = *mut ::core::ffi::c_void;
+pub type IFindReferenceTargetsCallback = *mut ::core::ffi::c_void;
+pub type IReferenceTracker = *mut ::core::ffi::c_void;
+pub type IReferenceTrackerExtension = *mut ::core::ffi::c_void;
+pub type IReferenceTrackerHost = *mut ::core::ffi::c_void;
+pub type IReferenceTrackerManager = *mut ::core::ffi::c_void;
+pub type IReferenceTrackerTarget = *mut ::core::ffi::c_void;
+pub type ISurfaceImageSourceManagerNative = *mut ::core::ffi::c_void;
+pub type ISurfaceImageSourceNative = *mut ::core::ffi::c_void;
+pub type ISurfaceImageSourceNativeWithD2D = *mut ::core::ffi::c_void;
+pub type ISwapChainBackgroundPanelNative = *mut ::core::ffi::c_void;
+pub type ISwapChainPanelNative = *mut ::core::ffi::c_void;
+pub type ISwapChainPanelNative2 = *mut ::core::ffi::c_void;
+pub type ITrackerOwner = *mut ::core::ffi::c_void;
+pub type IVirtualSurfaceImageSourceNative = *mut ::core::ffi::c_void;
+pub type IVirtualSurfaceUpdatesCallbackNative = *mut ::core::ffi::c_void;
+#[repr(C)]
+pub struct TrackerHandle__ {
+ pub unused: i32,
+}
+impl ::core::marker::Copy for TrackerHandle__ {}
+impl ::core::clone::Clone for TrackerHandle__ {
+ fn clone(&self) -> Self {
+ *self
+ }
+}
+pub type XAML_REFERENCETRACKER_DISCONNECT = i32;
+pub const XAML_REFERENCETRACKER_DISCONNECT_DEFAULT: XAML_REFERENCETRACKER_DISCONNECT = 0i32;
+pub const XAML_REFERENCETRACKER_DISCONNECT_SUSPEND: XAML_REFERENCETRACKER_DISCONNECT = 1i32;