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