#[repr(C)]pub struct IContactAnnotation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub AnnotationListId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetContactId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub RemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT
§AnnotationListId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetContactId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§RemoteId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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) -> HRESULT
Auto 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