Struct windows::Win32::UI::Shell::IOpenSearchSource_Vtbl
#[repr(C)]pub struct IOpenSearchSource_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetResults: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: u32, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetResults: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: u32, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IOpenSearchSource_Vtbl
impl IOpenSearchSource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOpenSearchSource_Vtblwhere
Identity: IOpenSearchSource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOpenSearchSource_Vtbl
impl RefUnwindSafe for IOpenSearchSource_Vtbl
impl Send for IOpenSearchSource_Vtbl
impl Sync for IOpenSearchSource_Vtbl
impl Unpin for IOpenSearchSource_Vtbl
impl UnwindSafe for IOpenSearchSource_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