struct IterState {
chars_count: usize,
chunk_bytes_count: usize,
split_chunk: bool,
text_flow: TextFlow,
chunks: Vec<TextChunk>,
}Fields§
§chars_count: usize§chunk_bytes_count: usize§split_chunk: bool§text_flow: TextFlow§chunks: Vec<TextChunk>Auto Trait Implementations§
impl Freeze for IterState
impl !RefUnwindSafe for IterState
impl Send for IterState
impl Sync for IterState
impl Unpin for IterState
impl UnsafeUnpin for IterState
impl !UnwindSafe for IterState
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