#[repr(C)]pub struct IDWriteBitmapRenderTarget2_Vtbl {
pub base__: IDWriteBitmapRenderTarget1_Vtbl,
pub GetBitmapData: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_BITMAP_DATA_BGRA32) -> HRESULT,
}
Fields§
§base__: IDWriteBitmapRenderTarget1_Vtbl
§GetBitmapData: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_BITMAP_DATA_BGRA32) -> HRESULT
Implementations§
§impl IDWriteBitmapRenderTarget2_Vtbl
impl IDWriteBitmapRenderTarget2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteBitmapRenderTarget2_Vtblwhere
Identity: IDWriteBitmapRenderTarget2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteBitmapRenderTarget2_Vtbl
impl RefUnwindSafe for IDWriteBitmapRenderTarget2_Vtbl
impl Send for IDWriteBitmapRenderTarget2_Vtbl
impl Sync for IDWriteBitmapRenderTarget2_Vtbl
impl Unpin for IDWriteBitmapRenderTarget2_Vtbl
impl UnwindSafe for IDWriteBitmapRenderTarget2_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