Struct windows::Win32::Storage::IndexServer::IPhraseSink_Vtbl
#[repr(C)]pub struct IPhraseSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub PutSmallPhrase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32) -> HRESULT,
pub PutPhrase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PutSmallPhrase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: u32) -> HRESULT
§PutPhrase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
Implementations§
§impl IPhraseSink_Vtbl
impl IPhraseSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPhraseSink_Vtblwhere
Identity: IPhraseSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPhraseSink_Vtbl
impl RefUnwindSafe for IPhraseSink_Vtbl
impl Send for IPhraseSink_Vtbl
impl Sync for IPhraseSink_Vtbl
impl Unpin for IPhraseSink_Vtbl
impl UnwindSafe for IPhraseSink_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