]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/UI/Shell/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / UI / Shell / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 pub type IAdaptiveCard = *mut ::core::ffi::c_void;
3 pub type IAdaptiveCardBuilderStatics = *mut ::core::ffi::c_void;
4 #[doc = "*Required features: `\"UI_Shell\"`*"]
5 #[repr(transparent)]
6 pub struct SecurityAppKind(pub i32);
7 impl SecurityAppKind {
8 pub const WebProtection: Self = Self(0i32);
9 }
10 impl ::core::marker::Copy for SecurityAppKind {}
11 impl ::core::clone::Clone for SecurityAppKind {
12 fn clone(&self) -> Self {
13 *self
14 }
15 }
16 pub type SecurityAppManager = *mut ::core::ffi::c_void;
17 #[doc = "*Required features: `\"UI_Shell\"`*"]
18 #[repr(transparent)]
19 pub struct SecurityAppState(pub i32);
20 impl SecurityAppState {
21 pub const Disabled: Self = Self(0i32);
22 pub const Enabled: Self = Self(1i32);
23 }
24 impl ::core::marker::Copy for SecurityAppState {}
25 impl ::core::clone::Clone for SecurityAppState {
26 fn clone(&self) -> Self {
27 *self
28 }
29 }
30 #[doc = "*Required features: `\"UI_Shell\"`*"]
31 #[repr(transparent)]
32 pub struct SecurityAppSubstatus(pub i32);
33 impl SecurityAppSubstatus {
34 pub const Undetermined: Self = Self(0i32);
35 pub const NoActionNeeded: Self = Self(1i32);
36 pub const ActionRecommended: Self = Self(2i32);
37 pub const ActionNeeded: Self = Self(3i32);
38 }
39 impl ::core::marker::Copy for SecurityAppSubstatus {}
40 impl ::core::clone::Clone for SecurityAppSubstatus {
41 fn clone(&self) -> Self {
42 *self
43 }
44 }
45 #[doc = "*Required features: `\"UI_Shell\"`*"]
46 #[repr(transparent)]
47 pub struct ShareWindowCommand(pub i32);
48 impl ShareWindowCommand {
49 pub const None: Self = Self(0i32);
50 pub const StartSharing: Self = Self(1i32);
51 pub const StopSharing: Self = Self(2i32);
52 }
53 impl ::core::marker::Copy for ShareWindowCommand {}
54 impl ::core::clone::Clone for ShareWindowCommand {
55 fn clone(&self) -> Self {
56 *self
57 }
58 }
59 pub type ShareWindowCommandEventArgs = *mut ::core::ffi::c_void;
60 pub type ShareWindowCommandSource = *mut ::core::ffi::c_void;
61 pub type TaskbarManager = *mut ::core::ffi::c_void;