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