[][src]Struct winapi::um::dwrite::IDWriteGdiInteropVtbl

#[repr(C)]
pub struct IDWriteGdiInteropVtbl {
    pub parent: IUnknownVtbl,
    pub CreateFontFromLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, logFont: *const LOGFONTW, font: *mut *mut IDWriteFont) -> HRESULT,
    pub ConvertFontToLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, font: *mut IDWriteFont, logFont: *mut LOGFONTW, isSystemFont: *mut BOOL) -> HRESULT,
    pub ConvertFontFaceToLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, font: *mut IDWriteFontFace, logFont: *mut LOGFONTW) -> HRESULT,
    pub CreateFontFaceFromHdc: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, hdc: HDC, fontFace: *mut *mut IDWriteFontFace) -> HRESULT,
    pub CreateBitmapRenderTarget: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, hdc: HDC, width: UINT32, height: UINT32, renderTarget: *mut *mut IDWriteBitmapRenderTarget) -> HRESULT,
}

Fields

parent: IUnknownVtblCreateFontFromLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, logFont: *const LOGFONTW, font: *mut *mut IDWriteFont) -> HRESULTConvertFontToLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, font: *mut IDWriteFont, logFont: *mut LOGFONTW, isSystemFont: *mut BOOL) -> HRESULTConvertFontFaceToLOGFONT: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, font: *mut IDWriteFontFace, logFont: *mut LOGFONTW) -> HRESULTCreateFontFaceFromHdc: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, hdc: HDC, fontFace: *mut *mut IDWriteFontFace) -> HRESULTCreateBitmapRenderTarget: unsafe extern "system" fn(This: *mut IDWriteGdiInterop, hdc: HDC, width: UINT32, height: UINT32, renderTarget: *mut *mut IDWriteBitmapRenderTarget) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]