#[repr(C)]pub struct IContactQueryOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub TextSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ContactListIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IncludeContactsFromHiddenLists: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeContactsFromHiddenLists: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DesiredFields: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactQueryDesiredFields) -> HRESULT,
pub SetDesiredFields: unsafe extern "system" fn(_: *mut c_void, _: ContactQueryDesiredFields) -> HRESULT,
pub DesiredOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactAnnotationOperations) -> HRESULT,
pub SetDesiredOperations: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationOperations) -> HRESULT,
pub AnnotationListIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TextSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ContactListIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IncludeContactsFromHiddenLists: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeContactsFromHiddenLists: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DesiredFields: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactQueryDesiredFields) -> HRESULT
§SetDesiredFields: unsafe extern "system" fn(_: *mut c_void, _: ContactQueryDesiredFields) -> HRESULT
§DesiredOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactAnnotationOperations) -> HRESULT
§SetDesiredOperations: unsafe extern "system" fn(_: *mut c_void, _: ContactAnnotationOperations) -> HRESULT
§AnnotationListIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IContactQueryOptions_Vtbl
impl RefUnwindSafe for IContactQueryOptions_Vtbl
impl Send for IContactQueryOptions_Vtbl
impl Sync for IContactQueryOptions_Vtbl
impl Unpin for IContactQueryOptions_Vtbl
impl UnwindSafe for IContactQueryOptions_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