Struct ISearchPane_Vtbl
#[repr(C)]pub struct ISearchPane_Vtbl {Show 26 fields
pub base__: IInspectable_Vtbl,
pub SetSearchHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SearchHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSearchHistoryContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SearchHistoryContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPlaceholderText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PlaceholderText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub VisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveVisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub QueryChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveQueryChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SuggestionsRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSuggestionsRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub QuerySubmitted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveQuerySubmitted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ResultSuggestionChosen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveResultSuggestionChosen: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SetLocalContentSuggestionSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ShowOverloadDefault: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ShowOverloadWithQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetShowOnKeyboardInput: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ShowOnKeyboardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub TrySetQueryText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetSearchHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§SearchHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetSearchHistoryContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SearchHistoryContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPlaceholderText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§PlaceholderText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§QueryText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Visible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§VisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveVisibilityChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§QueryChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveQueryChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SuggestionsRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSuggestionsRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§QuerySubmitted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveQuerySubmitted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§ResultSuggestionChosen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveResultSuggestionChosen: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§SetLocalContentSuggestionSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ShowOverloadDefault: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ShowOverloadWithQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetShowOnKeyboardInput: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ShowOnKeyboardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§TrySetQueryText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ISearchPane_Vtbl
impl RefUnwindSafe for ISearchPane_Vtbl
impl Send for ISearchPane_Vtbl
impl Sync for ISearchPane_Vtbl
impl Unpin for ISearchPane_Vtbl
impl UnwindSafe for ISearchPane_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