#[repr(C)]
pub struct IContactList_Vtbl {
Show 26 fields pub base__: IInspectable_Vtbl, pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT, pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT, pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT, pub SourceDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT, pub ContactChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveContactChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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, _: MaybeUninit<HSTRING>, _: *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, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT§SourceDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT§ContactChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveContactChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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, _: MaybeUninit<HSTRING>, _: *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, _: MaybeUninit<HSTRING>, _: *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>,

§

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>,

§

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.