Struct IStoredContact_Vtbl
#[repr(C)]pub struct IStoredContact_Vtbl {
pub base__: IInspectable_Vtbl,
pub Store: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetExtendedPropertiesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReplaceExistingContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Store: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetExtendedPropertiesAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SaveAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ReplaceExistingContactAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStoredContact_Vtbl
impl RefUnwindSafe for IStoredContact_Vtbl
impl Send for IStoredContact_Vtbl
impl Sync for IStoredContact_Vtbl
impl Unpin for IStoredContact_Vtbl
impl UnwindSafe for IStoredContact_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