Struct winapi::dwrite::IDWriteTextAnalysisSink [] [src]

pub struct IDWriteTextAnalysisSink {
    pub lpVtbl: *const IDWriteTextAnalysisSinkVtbl,
}

Fields

lpVtbl: *const IDWriteTextAnalysisSinkVtbl

Methods

impl IDWriteTextAnalysisSink
[src]

unsafe fn SetScriptAnalysis(&mut self, textPosition: UINT32, textLength: UINT32, scriptAnalysis: *const DWRITE_SCRIPT_ANALYSIS) -> HRESULT

unsafe fn SetLineBreakpoints(&mut self, textPosition: UINT32, textLength: UINT32, lineBreakpoints: *const DWRITE_LINE_BREAKPOINT) -> HRESULT

unsafe fn SetBidiLevel(&mut self, textPosition: UINT32, textLength: UINT32, explicitLevel: UINT8, resolvedLevel: UINT8) -> HRESULT

unsafe fn SetNumberSubstitution(&mut self, textPosition: UINT32, textLength: UINT32, numberSubstitution: *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 IDWriteTextAnalysisSink
[src]

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

Formats the value using the given formatter.

impl Deref for IDWriteTextAnalysisSink
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteTextAnalysisSink
[src]

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

The method called to mutably dereference a value