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