Struct windows::Win32::Graphics::DirectWrite::IDWriteGdiInterop1_Vtbl
#[repr(C)]pub struct IDWriteGdiInterop1_Vtbl {
pub base__: IDWriteGdiInterop_Vtbl,
pub CreateFontFromLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFontSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut FONTSIGNATURE) -> HRESULT,
pub GetFontSignature2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut FONTSIGNATURE) -> HRESULT,
pub GetMatchingFontsByLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTA, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteGdiInterop_Vtbl
§CreateFontFromLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFontSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut FONTSIGNATURE) -> HRESULT
§GetFontSignature2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut FONTSIGNATURE) -> HRESULT
§GetMatchingFontsByLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTA, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteGdiInterop1_Vtbl
impl IDWriteGdiInterop1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteGdiInterop1_Vtblwhere
Identity: IDWriteGdiInterop1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteGdiInterop1_Vtbl
impl RefUnwindSafe for IDWriteGdiInterop1_Vtbl
impl Send for IDWriteGdiInterop1_Vtbl
impl Sync for IDWriteGdiInterop1_Vtbl
impl Unpin for IDWriteGdiInterop1_Vtbl
impl UnwindSafe for IDWriteGdiInterop1_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