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

#[repr(C)]
pub struct IDWriteTextLayout1Vtbl {
    pub parent: IDWriteTextLayoutVtbl,
    pub SetPairKerning: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, isPairKerningEnabled: BOOL, textRange: DWRITE_TEXT_RANGE) -> HRESULT,
    pub GetPairKerning: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, currentPosition: UINT32, isPairKerningEnabled: *mut BOOL, textRange: *mut DWRITE_TEXT_RANGE) -> HRESULT,
    pub SetCharacterSpacing: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, leadingSpacing: FLOAT, trailingSpacing: FLOAT, minimumAdvanceWidth: FLOAT, textRange: DWRITE_TEXT_RANGE) -> HRESULT,
    pub GetCharacterSpacing: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, currentPosition: UINT32, leadingSpacing: *mut FLOAT, trailingSpacing: *mut FLOAT, minimumAdvanceWidth: *mut FLOAT, textRange: *mut DWRITE_TEXT_RANGE) -> HRESULT,
}

Fields

parent: IDWriteTextLayoutVtblSetPairKerning: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, isPairKerningEnabled: BOOL, textRange: DWRITE_TEXT_RANGE) -> HRESULTGetPairKerning: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, currentPosition: UINT32, isPairKerningEnabled: *mut BOOL, textRange: *mut DWRITE_TEXT_RANGE) -> HRESULTSetCharacterSpacing: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, leadingSpacing: FLOAT, trailingSpacing: FLOAT, minimumAdvanceWidth: FLOAT, textRange: DWRITE_TEXT_RANGE) -> HRESULTGetCharacterSpacing: unsafe extern "system" fn(This: *mut IDWriteTextLayout1, currentPosition: UINT32, leadingSpacing: *mut FLOAT, trailingSpacing: *mut FLOAT, minimumAdvanceWidth: *mut FLOAT, textRange: *mut DWRITE_TEXT_RANGE) -> 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]