Struct epaint::text::cursor::Cursor [−][src]
Expand description
All different types of cursors together.
They all point to the same place, but in their own different ways.
pcursor/rcursor can also point to after the end of the paragraph/row.
Does not implement PartialEq
because you must think which cursor should be equivalent.
Fields
ccursor: CCursor
rcursor: RCursor
pcursor: PCursor
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cursor
impl UnwindSafe for Cursor
Blanket Implementations
Mutably borrows from an owned value. Read more