[][src]Struct rust_icu_sys::UText

#[repr(C)]pub struct UText {
    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 UChar,
    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,
}

Fields

magic: u32flags: i32providerProperties: i32sizeOfStruct: i32chunkNativeLimit: i64extraSize: i32nativeIndexingLimit: i32chunkNativeStart: i64chunkOffset: i32chunkLength: i32chunkContents: *const UCharpFuncs: *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

impl Clone for UText[src]

impl Copy for UText[src]

impl Debug for UText[src]

impl Default for UText[src]

impl Hash for UText[src]

impl PartialEq<UText> for UText[src]

impl PartialOrd<UText> for UText[src]

impl StructuralPartialEq for UText[src]

Auto Trait Implementations

impl RefUnwindSafe for UText

impl !Send for UText

impl !Sync for UText

impl Unpin for UText

impl UnwindSafe for UText

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.