Struct windows::Win32::Graphics::DirectWrite::IDWriteGdiInterop_Vtbl
#[repr(C)]pub struct IDWriteGdiInterop_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateFontFromLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: *mut *mut c_void) -> HRESULT,
pub ConvertFontToLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut LOGFONTW, _: *mut BOOL) -> HRESULT,
pub ConvertFontFaceToLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut LOGFONTW) -> HRESULT,
pub CreateFontFaceFromHdc: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *mut *mut c_void) -> HRESULT,
pub CreateBitmapRenderTarget: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateFontFromLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *const LOGFONTW, _: *mut *mut c_void) -> HRESULT
§ConvertFontToLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut LOGFONTW, _: *mut BOOL) -> HRESULT
§ConvertFontFaceToLOGFONT: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut LOGFONTW) -> HRESULT
§CreateFontFaceFromHdc: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: *mut *mut c_void) -> HRESULT
§CreateBitmapRenderTarget: unsafe extern "system" fn(_: *mut c_void, _: HDC, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteGdiInterop_Vtbl
impl IDWriteGdiInterop_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteGdiInterop_Vtblwhere
Identity: IDWriteGdiInterop_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteGdiInterop_Vtbl
impl RefUnwindSafe for IDWriteGdiInterop_Vtbl
impl Send for IDWriteGdiInterop_Vtbl
impl Sync for IDWriteGdiInterop_Vtbl
impl Unpin for IDWriteGdiInterop_Vtbl
impl UnwindSafe for IDWriteGdiInterop_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