pub struct SegmentCursor { /* private fields */ }Expand description
A cursor that tracks position within a segment slice during assembly.
The cursor is the core state machine of the assembler. It advances through segments as the MIG tree is matched against the input.
Implementations§
Source§impl SegmentCursor
impl SegmentCursor
Auto Trait Implementations§
impl Freeze for SegmentCursor
impl RefUnwindSafe for SegmentCursor
impl Send for SegmentCursor
impl Sync for SegmentCursor
impl Unpin for SegmentCursor
impl UnsafeUnpin for SegmentCursor
impl UnwindSafe for SegmentCursor
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