#[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 u16§data: UCPTrieData§indexLength: i32§dataLength: i32§highStart: i32§shifted12HighStart: u16§type: i8§valueWidth: i8§reserved32: u32§reserved16: u16§index3NullOffset: u16§dataNullOffset: i32§nullValue: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.