]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Phone/ApplicationModel/mod.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Phone / ApplicationModel / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[doc = "*Required features: 'Phone_ApplicationModel'*"]
3 #[repr(transparent)]
4 pub struct ApplicationProfileModes(pub u32);
5 impl ApplicationProfileModes {
6 pub const Default: Self = Self(0u32);
7 pub const Alternate: Self = Self(1u32);
8 }
9 impl ::core::marker::Copy for ApplicationProfileModes {}
10 impl ::core::clone::Clone for ApplicationProfileModes {
11 fn clone(&self) -> Self {
12 *self
13 }
14 }