Struct IMLangFontLink2_Vtbl
#[repr(C)]pub struct IMLangFontLink2_Vtbl {
pub base__: IMLangCodePages_Vtbl,
pub GetFontCodePages: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: HFONT, _: *mut u32) -> HRESULT,
pub ReleaseFont: unsafe extern "system" fn(_: *mut c_void, _: HFONT) -> HRESULT,
pub ResetFontMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub MapFont: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: u16, _: *mut HFONT) -> HRESULT,
pub GetFontUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const u32, _: *mut UNICODERANGE) -> HRESULT,
pub GetScriptFontInfo: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u32, _: *mut u32, _: *mut SCRIPTFONTINFO) -> HRESULT,
pub CodePageToScriptID: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IMLangCodePages_Vtbl
§GetFontCodePages: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: HFONT, _: *mut u32) -> HRESULT
§ReleaseFont: unsafe extern "system" fn(_: *mut c_void, _: HFONT) -> HRESULT
§ResetFontMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§MapFont: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: u16, _: *mut HFONT) -> HRESULT
§GetFontUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *const u32, _: *mut UNICODERANGE) -> HRESULT
§GetScriptFontInfo: unsafe extern "system" fn(_: *mut c_void, _: u8, _: u32, _: *mut u32, _: *mut SCRIPTFONTINFO) -> HRESULT
§CodePageToScriptID: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u8) -> HRESULT
Implementations§
§impl IMLangFontLink2_Vtbl
impl IMLangFontLink2_Vtbl
pub const fn new<Identity: IMLangFontLink2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMLangFontLink2_Vtbl
impl RefUnwindSafe for IMLangFontLink2_Vtbl
impl Send for IMLangFontLink2_Vtbl
impl Sync for IMLangFontLink2_Vtbl
impl Unpin for IMLangFontLink2_Vtbl
impl UnwindSafe for IMLangFontLink2_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