pub struct TextPosId(/* private fields */);Expand description
An opaque handle to an editable text element with a registered text-pointer handler (click-to-position / drag-to-select).
Trait Implementations§
impl Copy for TextPosId
impl Eq for TextPosId
impl StructuralPartialEq for TextPosId
Auto Trait Implementations§
impl Freeze for TextPosId
impl RefUnwindSafe for TextPosId
impl Send for TextPosId
impl Sync for TextPosId
impl Unpin for TextPosId
impl UnsafeUnpin for TextPosId
impl UnwindSafe for TextPosId
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