]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/System/UserProfile/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / System / UserProfile / mod.rs
CommitLineData
04454e1e 1#[doc = "*Required features: `\"System_UserProfile\"`, `\"deprecated\"`*"]
5e7ed085
FG
2#[cfg(feature = "deprecated")]
3#[repr(transparent)]
4pub struct AccountPictureKind(pub i32);
5#[cfg(feature = "deprecated")]
6impl AccountPictureKind {
7 pub const SmallImage: Self = Self(0i32);
8 pub const LargeImage: Self = Self(1i32);
9 pub const Video: Self = Self(2i32);
10}
11#[cfg(feature = "deprecated")]
12impl ::core::marker::Copy for AccountPictureKind {}
13#[cfg(feature = "deprecated")]
14impl ::core::clone::Clone for AccountPictureKind {
15 fn clone(&self) -> Self {
16 *self
17 }
18}
19pub type AdvertisingManagerForUser = *mut ::core::ffi::c_void;
20pub type AssignedAccessSettings = *mut ::core::ffi::c_void;
21pub type DiagnosticsSettings = *mut ::core::ffi::c_void;
22pub type FirstSignInSettings = *mut ::core::ffi::c_void;
23pub type GlobalizationPreferencesForUser = *mut ::core::ffi::c_void;
04454e1e 24#[doc = "*Required features: `\"System_UserProfile\"`, `\"deprecated\"`*"]
5e7ed085
FG
25#[cfg(feature = "deprecated")]
26#[repr(transparent)]
27pub struct SetAccountPictureResult(pub i32);
28#[cfg(feature = "deprecated")]
29impl SetAccountPictureResult {
30 pub const Success: Self = Self(0i32);
31 pub const ChangeDisabled: Self = Self(1i32);
32 pub const LargeOrDynamicError: Self = Self(2i32);
33 pub const VideoFrameSizeError: Self = Self(3i32);
34 pub const FileSizeError: Self = Self(4i32);
35 pub const Failure: Self = Self(5i32);
36}
37#[cfg(feature = "deprecated")]
38impl ::core::marker::Copy for SetAccountPictureResult {}
39#[cfg(feature = "deprecated")]
40impl ::core::clone::Clone for SetAccountPictureResult {
41 fn clone(&self) -> Self {
42 *self
43 }
44}
04454e1e 45#[doc = "*Required features: `\"System_UserProfile\"`*"]
5e7ed085
FG
46#[repr(transparent)]
47pub struct SetImageFeedResult(pub i32);
48impl SetImageFeedResult {
49 pub const Success: Self = Self(0i32);
50 pub const ChangeDisabled: Self = Self(1i32);
51 pub const UserCanceled: Self = Self(2i32);
52}
53impl ::core::marker::Copy for SetImageFeedResult {}
54impl ::core::clone::Clone for SetImageFeedResult {
55 fn clone(&self) -> Self {
56 *self
57 }
58}
59pub type UserProfilePersonalizationSettings = *mut ::core::ffi::c_void;