#[repr(C)]pub struct IContactQueryOptionsFactory_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateWithText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub CreateWithTextAndFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: ContactQuerySearchFields, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateWithText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§CreateWithTextAndFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: ContactQuerySearchFields, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IContactQueryOptionsFactory_Vtbl
impl RefUnwindSafe for IContactQueryOptionsFactory_Vtbl
impl Send for IContactQueryOptionsFactory_Vtbl
impl Sync for IContactQueryOptionsFactory_Vtbl
impl Unpin for IContactQueryOptionsFactory_Vtbl
impl UnwindSafe for IContactQueryOptionsFactory_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