Struct windows::Win32::System::Search::ISearchProtocolThreadContext_Vtbl
#[repr(C)]pub struct ISearchProtocolThreadContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub ThreadInit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ThreadShutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ThreadIdle: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ThreadInit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ThreadShutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ThreadIdle: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl ISearchProtocolThreadContext_Vtbl
impl ISearchProtocolThreadContext_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISearchProtocolThreadContext_Vtblwhere
Identity: ISearchProtocolThreadContext_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchProtocolThreadContext_Vtbl
impl RefUnwindSafe for ISearchProtocolThreadContext_Vtbl
impl Send for ISearchProtocolThreadContext_Vtbl
impl Sync for ISearchProtocolThreadContext_Vtbl
impl Unpin for ISearchProtocolThreadContext_Vtbl
impl UnwindSafe for ISearchProtocolThreadContext_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