Struct rust_icu_sys::UCharIterator[][src]

#[repr(C)]
pub struct UCharIterator {
Show fields pub context: *const c_void, pub length: i32, pub start: i32, pub index: i32, pub limit: i32, pub reservedField: i32, pub getIndex: UCharIteratorGetIndex, pub move_: UCharIteratorMove, pub hasNext: UCharIteratorHasNext, pub hasPrevious: UCharIteratorHasPrevious, pub current: UCharIteratorCurrent, pub next: UCharIteratorNext, pub previous: UCharIteratorPrevious, pub reservedFn: UCharIteratorReserved, pub getState: UCharIteratorGetState, pub setState: UCharIteratorSetState,
}

Fields

context: *const c_voidlength: i32start: i32index: i32limit: i32reservedField: i32getIndex: UCharIteratorGetIndexmove_: UCharIteratorMovehasNext: UCharIteratorHasNexthasPrevious: UCharIteratorHasPreviouscurrent: UCharIteratorCurrentnext: UCharIteratorNextprevious: UCharIteratorPreviousreservedFn: UCharIteratorReservedgetState: UCharIteratorGetStatesetState: UCharIteratorSetState

Trait Implementations

impl Clone for UCharIterator[src]

impl Copy for UCharIterator[src]

impl Debug for UCharIterator[src]

impl Default for UCharIterator[src]

impl Hash for UCharIterator[src]

impl PartialEq<UCharIterator> for UCharIterator[src]

impl PartialOrd<UCharIterator> for UCharIterator[src]

impl StructuralPartialEq for UCharIterator[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.