pub struct LineNumbers<U: Ui> { /* private fields */ }Implementations§
Source§impl<U: Ui> LineNumbers<U>
impl<U: Ui> LineNumbers<U>
pub fn get_cfg(&self) -> LineNumbersCfg<U>
pub fn reconfigure(&mut self, cfg: LineNumbersCfg<U>)
Trait Implementations§
Source§impl<U: Ui> Widget<U> for LineNumbers<U>
impl<U: Ui> Widget<U> for LineNumbers<U>
Source§type Cfg = LineNumbersCfg<U>
type Cfg = LineNumbersCfg<U>
The configuration type
Source§fn cursors_mut(&mut self) -> Option<&mut Cursors>
fn cursors_mut(&mut self) -> Option<&mut Cursors>
A mutable reference to the
Cursors, if they existSource§fn on_unfocus(&mut self, area: &U::Area)
fn on_unfocus(&mut self, area: &U::Area)
Actions to do whenever this
Widget is unfocused.Auto Trait Implementations§
impl<U> !Freeze for LineNumbers<U>
impl<U> !RefUnwindSafe for LineNumbers<U>
impl<U> Send for LineNumbers<U>
impl<U> Sync for LineNumbers<U>
impl<U> Unpin for LineNumbers<U>where
U: Unpin,
impl<U> !UnwindSafe for LineNumbers<U>
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