Struct winapi::dwrite::IDWriteTextAnalysisSource [] [src]

pub struct IDWriteTextAnalysisSource {
    pub lpVtbl: *const IDWriteTextAnalysisSourceVtbl,
}

Fields

lpVtbl: *const IDWriteTextAnalysisSourceVtbl

Methods

impl IDWriteTextAnalysisSource
[src]

unsafe fn GetTextAtPosition(&mut self, textPosition: UINT32, textString: *mut *const WCHAR, textLength: *mut UINT32) -> HRESULT

unsafe fn GetTextBeforePosition(&mut self, textPosition: UINT32, textString: *mut *const WCHAR, textLength: *mut UINT32) -> HRESULT

unsafe fn GetParagraphReadingDirection(&mut self) -> DWRITE_READING_DIRECTION

unsafe fn GetLocaleName(&mut self, textPosition: UINT32, textLength: *mut UINT32, localeName: *mut *const WCHAR) -> HRESULT

unsafe fn GetNumberSubstitution(&mut self, textPosition: UINT32, textLength: *mut UINT32, numberSubstitution: *mut *mut IDWriteNumberSubstitution) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IDWriteTextAnalysisSource
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDWriteTextAnalysisSource
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteTextAnalysisSource
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value