windows::ApplicationModel::Search

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) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.