Struct IContactQueryTextSearch_Vtbl
#[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 *mut c_void) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SearchScope: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactQuerySearchScope) -> HRESULT§SetSearchScope: unsafe extern "system" fn(_: *mut c_void, _: ContactQuerySearchScope) -> HRESULTAuto 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