#[repr(C)]pub struct IDWriteBitmapRenderTarget_Vtbl {
pub base__: IUnknown_Vtbl,
pub DrawGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *mut c_void, _: COLORREF, _: *mut RECT) -> HRESULT,
pub GetMemoryDC: unsafe extern "system" fn(_: *mut c_void) -> HDC,
pub GetPixelsPerDip: unsafe extern "system" fn(_: *mut c_void) -> f32,
pub SetPixelsPerDip: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub GetCurrentTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_MATRIX) -> HRESULT,
pub SetCurrentTransform: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_MATRIX) -> HRESULT,
pub GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT,
pub Resize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DrawGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *mut c_void, _: COLORREF, _: *mut RECT) -> HRESULT
§GetMemoryDC: unsafe extern "system" fn(_: *mut c_void) -> HDC
§GetPixelsPerDip: unsafe extern "system" fn(_: *mut c_void) -> f32
§SetPixelsPerDip: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§GetCurrentTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_MATRIX) -> HRESULT
§SetCurrentTransform: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_MATRIX) -> HRESULT
§GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT
§Resize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
Implementations§
§impl IDWriteBitmapRenderTarget_Vtbl
impl IDWriteBitmapRenderTarget_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteBitmapRenderTarget_Vtblwhere
Identity: IDWriteBitmapRenderTarget_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteBitmapRenderTarget_Vtbl
impl RefUnwindSafe for IDWriteBitmapRenderTarget_Vtbl
impl Send for IDWriteBitmapRenderTarget_Vtbl
impl Sync for IDWriteBitmapRenderTarget_Vtbl
impl Unpin for IDWriteBitmapRenderTarget_Vtbl
impl UnwindSafe for IDWriteBitmapRenderTarget_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