#[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: *mut u16, pub pFuncs: *mut UTextFuncs, pub pExtra: *mut c_void, pub context: *mut c_void, pub p: *mut c_void, pub q: *mut c_void, pub r: *mut 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: *mut u16pFuncs: *mut UTextFuncspExtra: *mut c_voidcontext: *mut c_voidp: *mut c_voidq: *mut c_voidr: *mut 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

Performs the conversion.

Performs the conversion.

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.