[][src]Struct rust_icu_sys::UTextFuncs

#[repr(C)]pub struct UTextFuncs {
    pub tableSize: i32,
    pub reserved1: i32,
    pub reserved2: i32,
    pub reserved3: i32,
    pub clone: UTextClone,
    pub nativeLength: UTextNativeLength,
    pub access: UTextAccess,
    pub extract: UTextExtract,
    pub replace: UTextReplace,
    pub copy: UTextCopy,
    pub mapOffsetToNative: UTextMapOffsetToNative,
    pub mapNativeIndexToUTF16: UTextMapNativeIndexToUTF16,
    pub close: UTextClose,
    pub spare1: UTextClose,
    pub spare2: UTextClose,
    pub spare3: UTextClose,
}

Fields

tableSize: i32reserved1: i32reserved2: i32reserved3: i32clone: UTextClonenativeLength: UTextNativeLengthaccess: UTextAccessextract: UTextExtractreplace: UTextReplacecopy: UTextCopymapOffsetToNative: UTextMapOffsetToNativemapNativeIndexToUTF16: UTextMapNativeIndexToUTF16close: UTextClosespare1: UTextClosespare2: UTextClosespare3: UTextClose

Trait Implementations

impl Clone for UTextFuncs[src]

impl Copy for UTextFuncs[src]

impl Debug for UTextFuncs[src]

impl Default for UTextFuncs[src]

impl Hash for UTextFuncs[src]

impl PartialEq<UTextFuncs> for UTextFuncs[src]

impl PartialOrd<UTextFuncs> for UTextFuncs[src]

impl StructuralPartialEq for UTextFuncs[src]

Auto Trait Implementations

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.