Struct windows_sys::Win32::Globalization::UCPTrie
[−]#[repr(C)]pub struct UCPTrie {Show 13 fields
pub index: *const u16,
pub data: UCPTrieData,
pub indexLength: i32,
pub dataLength: i32,
pub highStart: i32,
pub shifted12HighStart: u16,
pub type: i8,
pub valueWidth: i8,
pub reserved32: u32,
pub reserved16: u16,
pub index3NullOffset: u16,
pub dataNullOffset: i32,
pub nullValue: u32,
}Expand description
Required features: ‘Win32_Globalization’
Fields
index: *const u16data: UCPTrieDataindexLength: i32dataLength: i32highStart: i32shifted12HighStart: u16type: i8valueWidth: i8reserved32: u32reserved16: u16index3NullOffset: u16dataNullOffset: i32nullValue: u32