#[repr(C)]pub struct StringIterator {
pub string_heap_ptr: u32,
pub byte_index: u16,
pub index: u32,
}Fields§
§string_heap_ptr: u32§byte_index: u16§index: u32Auto Trait Implementations§
impl Freeze for StringIterator
impl RefUnwindSafe for StringIterator
impl Send for StringIterator
impl Sync for StringIterator
impl Unpin for StringIterator
impl UnwindSafe for StringIterator
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