#[repr(C)]pub struct UCharIterator {Show 16 fields
pub context: *mut c_void,
pub length: i32,
pub start: i32,
pub index: i32,
pub limit: i32,
pub reservedField: i32,
pub getIndex: Option<UCharIteratorGetIndex>,
pub move: Option<UCharIteratorMove>,
pub hasNext: Option<UCharIteratorHasNext>,
pub hasPrevious: Option<UCharIteratorHasPrevious>,
pub current: Option<UCharIteratorCurrent>,
pub next: Option<UCharIteratorNext>,
pub previous: Option<UCharIteratorPrevious>,
pub reservedFn: Option<UCharIteratorReserved>,
pub getState: Option<UCharIteratorGetState>,
pub setState: Option<UCharIteratorSetState>,
}Fields§
§context: *mut c_void§length: i32§start: i32§index: i32§limit: i32§reservedField: i32§getIndex: Option<UCharIteratorGetIndex>§move: Option<UCharIteratorMove>§hasNext: Option<UCharIteratorHasNext>§hasPrevious: Option<UCharIteratorHasPrevious>§current: Option<UCharIteratorCurrent>§next: Option<UCharIteratorNext>§previous: Option<UCharIteratorPrevious>§reservedFn: Option<UCharIteratorReserved>§getState: Option<UCharIteratorGetState>§setState: Option<UCharIteratorSetState>Trait Implementations§
Source§impl Abi for UCharIterator
impl Abi for UCharIterator
type DefaultType = UCharIterator
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UCharIterator
impl Clone for UCharIterator
Source§fn clone(&self) -> UCharIterator
fn clone(&self) -> UCharIterator
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 UCharIterator
impl Debug for UCharIterator
Source§impl Default for UCharIterator
impl Default for UCharIterator
Source§impl PartialEq for UCharIterator
impl PartialEq for UCharIterator
impl Eq for UCharIterator
Auto Trait Implementations§
impl Freeze for UCharIterator
impl RefUnwindSafe for UCharIterator
impl !Send for UCharIterator
impl !Sync for UCharIterator
impl Unpin for UCharIterator
impl UnwindSafe for UCharIterator
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