]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/ApplicationModel/Contacts/Provider/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / ApplicationModel / Contacts / Provider / mod.rs
CommitLineData
04454e1e 1#[doc = "*Required features: `\"ApplicationModel_Contacts_Provider\"`*"]
5e7ed085
FG
2#[repr(transparent)]
3pub struct AddContactResult(pub i32);
4impl AddContactResult {
5 pub const Added: Self = Self(0i32);
6 pub const AlreadyAdded: Self = Self(1i32);
7 pub const Unavailable: Self = Self(2i32);
8}
9impl ::core::marker::Copy for AddContactResult {}
10impl ::core::clone::Clone for AddContactResult {
11 fn clone(&self) -> Self {
12 *self
13 }
14}
15pub type ContactPickerUI = *mut ::core::ffi::c_void;
16pub type ContactRemovedEventArgs = *mut ::core::ffi::c_void;