[][src]Struct winapi::um::dwrite_1::IDWriteFont1Vtbl

#[repr(C)]
pub struct IDWriteFont1Vtbl { pub parent: IDWriteFontVtbl, pub GetMetrics: unsafe extern "system" fn(This: *mut IDWriteFont1, fontMetrics: *mut DWRITE_FONT_METRICS1), pub GetPanose: unsafe extern "system" fn(This: *mut IDWriteFont1, panose: *mut DWRITE_PANOSE), pub GetUnicodeRanges: unsafe extern "system" fn(This: *mut IDWriteFont1, maxRangeCount: UINT32, unicodeRanges: *mut DWRITE_UNICODE_RANGE, actualRangeCount: *mut UINT32) -> HRESULT, pub IsMonospacedFont: unsafe extern "system" fn(This: *mut IDWriteFont1) -> BOOL, }

Fields

parent: IDWriteFontVtblGetMetrics: unsafe extern "system" fn(This: *mut IDWriteFont1, fontMetrics: *mut DWRITE_FONT_METRICS1)GetPanose: unsafe extern "system" fn(This: *mut IDWriteFont1, panose: *mut DWRITE_PANOSE)GetUnicodeRanges: unsafe extern "system" fn(This: *mut IDWriteFont1, maxRangeCount: UINT32, unicodeRanges: *mut DWRITE_UNICODE_RANGE, actualRangeCount: *mut UINT32) -> HRESULTIsMonospacedFont: unsafe extern "system" fn(This: *mut IDWriteFont1) -> BOOL

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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