Struct winapi::dwrite::IDWriteLocalizedStrings [] [src]

pub struct IDWriteLocalizedStrings {
    pub lpVtbl: *const IDWriteLocalizedStringsVtbl,
}

Fields

lpVtbl: *const IDWriteLocalizedStringsVtbl

Methods

impl IDWriteLocalizedStrings
[src]

unsafe fn GetCount(&mut self) -> UINT32

unsafe fn FindLocaleName(&mut self, localeName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL) -> HRESULT

unsafe fn GetLocaleNameLength(&mut self, index: UINT32, length: *mut UINT32) -> HRESULT

unsafe fn GetLocaleName(&mut self, index: UINT32, localeName: *mut WCHAR, size: UINT32) -> HRESULT

unsafe fn GetStringLength(&mut self, index: UINT32, length: *mut UINT32) -> HRESULT

unsafe fn GetString(&mut self, index: UINT32, stringBuffer: *mut WCHAR, size: UINT32) -> 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 IDWriteLocalizedStrings
[src]

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

Formats the value using the given formatter.

impl Deref for IDWriteLocalizedStrings
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteLocalizedStrings
[src]

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

The method called to mutably dereference a value