Struct egui::text_selection::label_text_selection::WidgetTextCursor
source · 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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)