Struct ISearchSuggestionCollection_Vtbl
#[repr(C)]pub struct ISearchSuggestionCollection_Vtbl {
pub base__: IInspectable_Vtbl,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AppendQuerySuggestion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppendQuerySuggestions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppendResultSuggestion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppendSearchSeparator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§AppendQuerySuggestion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AppendQuerySuggestions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AppendResultSuggestion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§AppendSearchSeparator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ISearchSuggestionCollection_Vtbl
impl RefUnwindSafe for ISearchSuggestionCollection_Vtbl
impl Send for ISearchSuggestionCollection_Vtbl
impl Sync for ISearchSuggestionCollection_Vtbl
impl Unpin for ISearchSuggestionCollection_Vtbl
impl UnwindSafe for ISearchSuggestionCollection_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