Struct ITfInputProcessorProfilesEx_Vtbl
#[repr(C)]pub struct ITfInputProcessorProfilesEx_Vtbl {
pub base__: ITfInputProcessorProfiles_Vtbl,
pub SetLanguageProfileDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: PCWSTR, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: ITfInputProcessorProfiles_Vtbl
§SetLanguageProfileDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u16, _: *const GUID, _: PCWSTR, _: u32, _: u32) -> HRESULT
Implementations§
§impl ITfInputProcessorProfilesEx_Vtbl
impl ITfInputProcessorProfilesEx_Vtbl
pub const fn new<Identity: ITfInputProcessorProfilesEx_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfInputProcessorProfilesEx_Vtbl
impl RefUnwindSafe for ITfInputProcessorProfilesEx_Vtbl
impl Send for ITfInputProcessorProfilesEx_Vtbl
impl Sync for ITfInputProcessorProfilesEx_Vtbl
impl Unpin for ITfInputProcessorProfilesEx_Vtbl
impl UnwindSafe for ITfInputProcessorProfilesEx_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