#[repr(C)]pub struct IDWriteBitmapRenderTarget1Vtbl {
pub parent: IDWriteBitmapRenderTargetVtbl,
pub GetTextAntialiasMode: unsafe extern "system" fn(This: *mut IDWriteBitmapRenderTarget1) -> DWRITE_TEXT_ANTIALIAS_MODE,
pub SetTextAntialiasMode: unsafe extern "system" fn(This: *mut IDWriteBitmapRenderTarget1, antialiasMode: DWRITE_TEXT_ANTIALIAS_MODE) -> HRESULT,
}Fields§
§parent: IDWriteBitmapRenderTargetVtbl§GetTextAntialiasMode: unsafe extern "system" fn(This: *mut IDWriteBitmapRenderTarget1) -> DWRITE_TEXT_ANTIALIAS_MODE§SetTextAntialiasMode: unsafe extern "system" fn(This: *mut IDWriteBitmapRenderTarget1, antialiasMode: DWRITE_TEXT_ANTIALIAS_MODE) -> HRESULTAuto Trait Implementations§
impl Freeze for IDWriteBitmapRenderTarget1Vtbl
impl RefUnwindSafe for IDWriteBitmapRenderTarget1Vtbl
impl Send for IDWriteBitmapRenderTarget1Vtbl
impl Sync for IDWriteBitmapRenderTarget1Vtbl
impl Unpin for IDWriteBitmapRenderTarget1Vtbl
impl UnwindSafe for IDWriteBitmapRenderTarget1Vtbl
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