Struct windows_sys::Win32::Globalization::UTextFuncs
[−]#[repr(C)]pub struct UTextFuncs {Show 16 fields
pub tableSize: i32,
pub reserved1: i32,
pub reserved2: i32,
pub reserved3: i32,
pub clone: UTextClone,
pub nativeLength: UTextNativeLength,
pub access: UTextAccess,
pub extract: UTextExtract,
pub replace: UTextReplace,
pub copy: UTextCopy,
pub mapOffsetToNative: UTextMapOffsetToNative,
pub mapNativeIndexToUTF16: UTextMapNativeIndexToUTF16,
pub close: UTextClose,
pub spare1: UTextClose,
pub spare2: UTextClose,
pub spare3: UTextClose,
}Expand description
Required features: ‘Win32_Globalization’
Fields
tableSize: i32reserved1: i32reserved2: i32reserved3: i32clone: UTextClonenativeLength: UTextNativeLengthaccess: UTextAccessextract: UTextExtractreplace: UTextReplacecopy: UTextCopymapOffsetToNative: UTextMapOffsetToNativemapNativeIndexToUTF16: UTextMapNativeIndexToUTF16close: UTextClosespare1: UTextClosespare2: UTextClosespare3: UTextClose