#[repr(C)]
pub struct UText {
Show 24 fields pub magic: u32, pub flags: i32, pub providerProperties: i32, pub sizeOfStruct: i32, pub chunkNativeLimit: i64, pub extraSize: i32, pub nativeIndexingLimit: i32, pub chunkNativeStart: i64, pub chunkOffset: i32, pub chunkLength: i32, pub chunkContents: *const u16, pub pFuncs: *const UTextFuncs, pub pExtra: *mut c_void, pub context: *const c_void, pub p: *const c_void, pub q: *const c_void, pub r: *const c_void, pub privP: *mut c_void, pub a: i64, pub b: i32, pub c: i32, pub privA: i64, pub privB: i32, pub privC: i32,
}
Expand description

Required features: "Win32_Globalization"

Fields

magic: u32flags: i32providerProperties: i32sizeOfStruct: i32chunkNativeLimit: i64extraSize: i32nativeIndexingLimit: i32chunkNativeStart: i64chunkOffset: i32chunkLength: i32chunkContents: *const u16pFuncs: *const UTextFuncspExtra: *mut c_voidcontext: *const c_voidp: *const c_voidq: *const c_voidr: *const c_voidprivP: *mut c_voida: i64b: i32c: i32privA: i64privB: i32privC: i32

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.