#[repr(C)]pub struct IDWriteLocalizedStrings {
pub lpVtbl: *const IDWriteLocalizedStringsVtbl,
}
Fields§
§lpVtbl: *const IDWriteLocalizedStringsVtbl
Implementations§
Source§impl IDWriteLocalizedStrings
impl IDWriteLocalizedStrings
pub unsafe fn GetCount(&self) -> UINT32
pub unsafe fn FindLocaleName( &self, localeName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL, ) -> HRESULT
pub unsafe fn GetLocaleNameLength( &self, index: UINT32, length: *mut UINT32, ) -> HRESULT
pub unsafe fn GetLocaleName( &self, index: UINT32, localeName: *mut WCHAR, size: UINT32, ) -> HRESULT
pub unsafe fn GetStringLength( &self, index: UINT32, length: *mut UINT32, ) -> HRESULT
pub unsafe fn GetString( &self, index: UINT32, stringBuffer: *mut WCHAR, size: UINT32, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDWriteLocalizedStrings
impl Deref for IDWriteLocalizedStrings
Auto Trait Implementations§
impl Freeze for IDWriteLocalizedStrings
impl RefUnwindSafe for IDWriteLocalizedStrings
impl !Send for IDWriteLocalizedStrings
impl !Sync for IDWriteLocalizedStrings
impl Unpin for IDWriteLocalizedStrings
impl UnwindSafe for IDWriteLocalizedStrings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more