Struct rust_icu_sys::UTextFuncs
source · #[repr(C)]pub struct UTextFuncs {Show 16 fields
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: i32
§reserved1: i32
§reserved2: i32
§reserved3: i32
§clone: UTextClone
§nativeLength: UTextNativeLength
§access: UTextAccess
§extract: UTextExtract
§replace: UTextReplace
§copy: UTextCopy
§mapOffsetToNative: UTextMapOffsetToNative
§mapNativeIndexToUTF16: UTextMapNativeIndexToUTF16
§close: UTextClose
§spare1: UTextClose
§spare2: UTextClose
§spare3: UTextClose
Trait Implementations§
source§impl Clone for UTextFuncs
impl Clone for UTextFuncs
source§fn clone(&self) -> UTextFuncs
fn clone(&self) -> UTextFuncs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UTextFuncs
impl Debug for UTextFuncs
source§impl Default for UTextFuncs
impl Default for UTextFuncs
source§fn default() -> UTextFuncs
fn default() -> UTextFuncs
Returns the “default value” for a type. Read more
source§impl Hash for UTextFuncs
impl Hash for UTextFuncs
source§impl PartialEq for UTextFuncs
impl PartialEq for UTextFuncs
source§fn eq(&self, other: &UTextFuncs) -> bool
fn eq(&self, other: &UTextFuncs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UTextFuncs
impl PartialOrd for UTextFuncs
source§fn partial_cmp(&self, other: &UTextFuncs) -> Option<Ordering>
fn partial_cmp(&self, other: &UTextFuncs) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UTextFuncs
impl StructuralPartialEq for UTextFuncs
Auto Trait Implementations§
impl RefUnwindSafe for UTextFuncs
impl Send for UTextFuncs
impl Sync for UTextFuncs
impl Unpin for UTextFuncs
impl UnwindSafe for UTextFuncs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more