Struct windows::Win32::Globalization::IMLangFontLink_Vtbl
#[repr(C)]pub struct IMLangFontLink_Vtbl {
pub base__: IMLangCodePages_Vtbl,
pub GetFontCodePages: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: HFONT, _: *mut u32) -> HRESULT,
pub MapFont: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: HFONT, _: *mut HFONT) -> HRESULT,
pub ReleaseFont: unsafe extern "system" fn(_: *mut c_void, _: HFONT) -> HRESULT,
pub ResetFontMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMLangCodePages_Vtbl
§GetFontCodePages: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: HFONT, _: *mut u32) -> HRESULT
§MapFont: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: HFONT, _: *mut HFONT) -> HRESULT
§ReleaseFont: unsafe extern "system" fn(_: *mut c_void, _: HFONT) -> HRESULT
§ResetFontMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMLangFontLink_Vtbl
impl IMLangFontLink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMLangFontLink_Vtblwhere
Identity: IMLangFontLink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMLangFontLink_Vtbl
impl RefUnwindSafe for IMLangFontLink_Vtbl
impl Send for IMLangFontLink_Vtbl
impl Sync for IMLangFontLink_Vtbl
impl Unpin for IMLangFontLink_Vtbl
impl UnwindSafe for IMLangFontLink_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