Struct zaplib_components::TextCursor
source · [−]Fields
head: usize
tail: usize
max: usize
Implementations
pub fn move_right(
&mut self,
char_count: usize,
total_char_count: usize,
_text_buffer: &TextBuffer
)
pub fn move_down(
&mut self,
line_count: usize,
total_char_count: usize,
text_buffer: &TextBuffer
)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TextCursor
impl Send for TextCursor
impl Sync for TextCursor
impl Unpin for TextCursor
impl UnwindSafe for TextCursor
Blanket Implementations
Mutably borrows from an owned value. Read more