Struct windows::Win32::UI::TextServices::ITfFnLangProfileUtil_Vtbl
#[repr(C)]pub struct ITfFnLangProfileUtil_Vtbl {
pub base__: ITfFunction_Vtbl,
pub RegisterActiveProfiles: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsProfileAvailableForLang: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: ITfFunction_Vtbl
§RegisterActiveProfiles: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsProfileAvailableForLang: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut BOOL) -> HRESULT
Implementations§
§impl ITfFnLangProfileUtil_Vtbl
impl ITfFnLangProfileUtil_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITfFnLangProfileUtil_Vtblwhere
Identity: ITfFnLangProfileUtil_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfFnLangProfileUtil_Vtbl
impl RefUnwindSafe for ITfFnLangProfileUtil_Vtbl
impl Send for ITfFnLangProfileUtil_Vtbl
impl Sync for ITfFnLangProfileUtil_Vtbl
impl Unpin for ITfFnLangProfileUtil_Vtbl
impl UnwindSafe for ITfFnLangProfileUtil_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