struct WidgetTextCursor {
widget_id: Id,
ccursor: CCursor,
pos: Pos2,
}
Expand description
One end of a text selection, inside any widget.
Fields§
§widget_id: Id
§ccursor: CCursor
§pos: Pos2
Last known screen position
Implementations§
Trait Implementations§
Source§impl Clone for WidgetTextCursor
impl Clone for WidgetTextCursor
Source§fn clone(&self) -> WidgetTextCursor
fn clone(&self) -> WidgetTextCursor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WidgetTextCursor
impl Debug for WidgetTextCursor
impl Copy for WidgetTextCursor
Auto Trait Implementations§
impl Freeze for WidgetTextCursor
impl RefUnwindSafe for WidgetTextCursor
impl Send for WidgetTextCursor
impl Sync for WidgetTextCursor
impl Unpin for WidgetTextCursor
impl UnwindSafe for WidgetTextCursor
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