#[repr(C)]pub struct ITfCandidateListUIElementBehavior_Vtbl {
pub base__: ITfCandidateListUIElement_Vtbl,
pub SetSelection: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ITfCandidateListUIElement_Vtbl
§SetSelection: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITfCandidateListUIElementBehavior_Vtbl
impl ITfCandidateListUIElementBehavior_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITfCandidateListUIElementBehavior_Vtblwhere
Identity: ITfCandidateListUIElementBehavior_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfCandidateListUIElementBehavior_Vtbl
impl RefUnwindSafe for ITfCandidateListUIElementBehavior_Vtbl
impl Send for ITfCandidateListUIElementBehavior_Vtbl
impl Sync for ITfCandidateListUIElementBehavior_Vtbl
impl Unpin for ITfCandidateListUIElementBehavior_Vtbl
impl UnwindSafe for ITfCandidateListUIElementBehavior_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