]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/UI/Xaml/Hosting/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / UI / Xaml / Hosting / mod.rs
CommitLineData
5e7ed085
FG
1pub type DesignerAppExitedEventArgs = *mut ::core::ffi::c_void;
2pub type DesignerAppManager = *mut ::core::ffi::c_void;
3pub type DesignerAppView = *mut ::core::ffi::c_void;
04454e1e 4#[doc = "*Required features: `\"UI_Xaml_Hosting\"`*"]
5e7ed085
FG
5#[repr(transparent)]
6pub struct DesignerAppViewState(pub i32);
7impl DesignerAppViewState {
8 pub const Visible: Self = Self(0i32);
9 pub const Hidden: Self = Self(1i32);
10}
11impl ::core::marker::Copy for DesignerAppViewState {}
12impl ::core::clone::Clone for DesignerAppViewState {
13 fn clone(&self) -> Self {
14 *self
15 }
16}
17pub type DesktopWindowXamlSource = *mut ::core::ffi::c_void;
18pub type DesktopWindowXamlSourceGotFocusEventArgs = *mut ::core::ffi::c_void;
19pub type DesktopWindowXamlSourceTakeFocusRequestedEventArgs = *mut ::core::ffi::c_void;
20pub type ElementCompositionPreview = *mut ::core::ffi::c_void;
21pub type IXamlUIPresenterHost = *mut ::core::ffi::c_void;
22pub type IXamlUIPresenterHost2 = *mut ::core::ffi::c_void;
23pub type IXamlUIPresenterHost3 = *mut ::core::ffi::c_void;
24pub type WindowsXamlManager = *mut ::core::ffi::c_void;
04454e1e 25#[doc = "*Required features: `\"UI_Xaml_Hosting\"`*"]
5e7ed085
FG
26#[repr(transparent)]
27pub struct XamlSourceFocusNavigationReason(pub i32);
28impl XamlSourceFocusNavigationReason {
29 pub const Programmatic: Self = Self(0i32);
30 pub const Restore: Self = Self(1i32);
31 pub const First: Self = Self(3i32);
32 pub const Last: Self = Self(4i32);
33 pub const Left: Self = Self(7i32);
34 pub const Up: Self = Self(8i32);
35 pub const Right: Self = Self(9i32);
36 pub const Down: Self = Self(10i32);
37}
38impl ::core::marker::Copy for XamlSourceFocusNavigationReason {}
39impl ::core::clone::Clone for XamlSourceFocusNavigationReason {
40 fn clone(&self) -> Self {
41 *self
42 }
43}
44pub type XamlSourceFocusNavigationRequest = *mut ::core::ffi::c_void;
45pub type XamlSourceFocusNavigationResult = *mut ::core::ffi::c_void;
46pub type XamlUIPresenter = *mut ::core::ffi::c_void;