#[repr(C)]pub struct IContactManagerStatics3_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub ConvertContactToVCardAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConvertContactToVCardAsyncWithMaxBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub ConvertVCardToContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestStoreAsyncWithAccessType: unsafe extern "system" fn(_: *mut c_void, _: ContactStoreAccessType, _: *mut *mut c_void) -> HRESULT,
pub RequestAnnotationStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationStoreAccessType, _: *mut *mut c_void) -> HRESULT,
pub IsShowContactCardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ShowContactCardWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut c_void) -> HRESULT,
pub IsShowDelayLoadedContactCardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ShowDelayLoadedContactCardWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShowFullContactCard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub SystemDisplayNameOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactNameOrder) -> HRESULT,
pub SetSystemDisplayNameOrder: unsafe extern "system" fn(_: *mut c_void, _: ContactNameOrder) -> HRESULT,
pub SystemSortOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactNameOrder) -> HRESULT,
pub SetSystemSortOrder: unsafe extern "system" fn(_: *mut c_void, _: ContactNameOrder) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ConvertContactToVCardAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConvertContactToVCardAsyncWithMaxBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§ConvertVCardToContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestStoreAsyncWithAccessType: unsafe extern "system" fn(_: *mut c_void, _: ContactStoreAccessType, _: *mut *mut c_void) -> HRESULT
§RequestAnnotationStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationStoreAccessType, _: *mut *mut c_void) -> HRESULT
§IsShowContactCardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ShowContactCardWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut c_void) -> HRESULT
§IsShowDelayLoadedContactCardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ShowDelayLoadedContactCardWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ShowFullContactCard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§SystemDisplayNameOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactNameOrder) -> HRESULT
§SetSystemDisplayNameOrder: unsafe extern "system" fn(_: *mut c_void, _: ContactNameOrder) -> HRESULT
§SystemSortOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactNameOrder) -> HRESULT
§SetSystemSortOrder: unsafe extern "system" fn(_: *mut c_void, _: ContactNameOrder) -> HRESULT
Auto Trait Implementations§
impl Freeze for IContactManagerStatics3_Vtbl
impl RefUnwindSafe for IContactManagerStatics3_Vtbl
impl Send for IContactManagerStatics3_Vtbl
impl Sync for IContactManagerStatics3_Vtbl
impl Unpin for IContactManagerStatics3_Vtbl
impl UnwindSafe for IContactManagerStatics3_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more