Struct ITfIntegratableCandidateListUIElement_Vtbl
#[repr(C)]pub struct ITfIntegratableCandidateListUIElement_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetIntegrationStyle: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub GetSelectionStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut TfIntegratableCandidateListSelectionStyle) -> HRESULT,
pub OnKeyDown: unsafe extern "system" fn(_: *mut c_void, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT,
pub ShowCandidateNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub FinalizeExactCompositionString: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetIntegrationStyle: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§GetSelectionStyle: unsafe extern "system" fn(_: *mut c_void, _: *mut TfIntegratableCandidateListSelectionStyle) -> HRESULT
§OnKeyDown: unsafe extern "system" fn(_: *mut c_void, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT
§ShowCandidateNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§FinalizeExactCompositionString: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITfIntegratableCandidateListUIElement_Vtbl
impl ITfIntegratableCandidateListUIElement_Vtbl
pub const fn new<Identity: ITfIntegratableCandidateListUIElement_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfIntegratableCandidateListUIElement_Vtbl
impl RefUnwindSafe for ITfIntegratableCandidateListUIElement_Vtbl
impl Send for ITfIntegratableCandidateListUIElement_Vtbl
impl Sync for ITfIntegratableCandidateListUIElement_Vtbl
impl Unpin for ITfIntegratableCandidateListUIElement_Vtbl
impl UnwindSafe for ITfIntegratableCandidateListUIElement_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