Struct IContactAnnotation_Vtbl
#[repr(C)]pub struct IContactAnnotation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AnnotationListId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContactId: unsafe extern "system" fn(_: *mut c_void, _: *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 SupportedOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactAnnotationOperations) -> HRESULT,
pub SetSupportedOperations: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationOperations) -> HRESULT,
pub IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ProviderProperties: unsafe extern "system" fn(_: *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§AnnotationListId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetContactId: unsafe extern "system" fn(_: *mut c_void, _: *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§SupportedOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactAnnotationOperations) -> HRESULT§SetSupportedOperations: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationOperations) -> HRESULT§IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ProviderProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IContactAnnotation_Vtbl
impl RefUnwindSafe for IContactAnnotation_Vtbl
impl Send for IContactAnnotation_Vtbl
impl Sync for IContactAnnotation_Vtbl
impl Unpin for IContactAnnotation_Vtbl
impl UnwindSafe for IContactAnnotation_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