windows::ApplicationModel::Contacts

Struct IContactList_Vtbl

#[repr(C)]
pub struct IContactList_Vtbl {
Show 26 fields pub base__: IInspectable_Vtbl, pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SourceDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub IsHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub SetIsHidden: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT, pub OtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactListOtherAppReadAccess) -> HRESULT, pub SetOtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: ContactListOtherAppReadAccess) -> HRESULT, pub OtherAppWriteAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactListOtherAppWriteAccess) -> HRESULT, pub SetOtherAppWriteAccess: unsafe extern "system" fn(_: *mut c_void, _: ContactListOtherAppWriteAccess) -> HRESULT, pub ChangeTracker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SyncManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SupportsServerSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT, pub UserDataAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub ContactChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT, pub RemoveContactChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT, pub SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetContactFromRemoteIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetMeContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetContactReader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetContactReaderWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SaveContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub DeleteContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SourceDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsHidden: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§OtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactListOtherAppReadAccess) -> HRESULT§SetOtherAppReadAccess: unsafe extern "system" fn(_: *mut c_void, _: ContactListOtherAppReadAccess) -> HRESULT§OtherAppWriteAccess: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactListOtherAppWriteAccess) -> HRESULT§SetOtherAppWriteAccess: unsafe extern "system" fn(_: *mut c_void, _: ContactListOtherAppWriteAccess) -> HRESULT§ChangeTracker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SyncManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SupportsServerSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§UserDataAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ContactChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveContactChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeleteAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetContactFromRemoteIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetMeContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetContactReader: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetContactReaderWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§SaveContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeleteContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.