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