Struct ITfFnLMProcessor_Vtbl
#[repr(C)]pub struct ITfFnLMProcessor_Vtbl {
pub base__: ITfFunction_Vtbl,
pub QueryRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void, _: *mut BOOL) -> HRESULT,
pub QueryLangID: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT,
pub GetReconversion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Reconvert: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub QueryKey: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT,
pub InvokeKey: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: WPARAM, _: LPARAM) -> HRESULT,
pub InvokeFunc: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID) -> HRESULT,
}
Fields§
§base__: ITfFunction_Vtbl
§QueryRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void, _: *mut BOOL) -> HRESULT
§QueryLangID: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT
§GetReconversion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Reconvert: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§QueryKey: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT
§InvokeKey: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: WPARAM, _: LPARAM) -> HRESULT
§InvokeFunc: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID) -> HRESULT
Implementations§
§impl ITfFnLMProcessor_Vtbl
impl ITfFnLMProcessor_Vtbl
pub const fn new<Identity: ITfFnLMProcessor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfFnLMProcessor_Vtbl
impl RefUnwindSafe for ITfFnLMProcessor_Vtbl
impl Send for ITfFnLMProcessor_Vtbl
impl Sync for ITfFnLMProcessor_Vtbl
impl Unpin for ITfFnLMProcessor_Vtbl
impl UnwindSafe for ITfFnLMProcessor_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