Struct ExIsMouseOverSelection
pub struct ExIsMouseOverSelection<'a> { /* private fields */ }
Expand description
Default-param extender for TextEdit::is_mouse_over_selection_ex
.
Implementations§
§impl<'a> ExIsMouseOverSelection<'a>
impl<'a> ExIsMouseOverSelection<'a>
pub fn caret_index(self, value: i32) -> ExIsMouseOverSelection<'a>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'a> Freeze for ExIsMouseOverSelection<'a>
impl<'a> RefUnwindSafe for ExIsMouseOverSelection<'a>
impl<'a> !Send for ExIsMouseOverSelection<'a>
impl<'a> !Sync for ExIsMouseOverSelection<'a>
impl<'a> Unpin for ExIsMouseOverSelection<'a>
impl<'a> UnwindSafe for ExIsMouseOverSelection<'a>
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