pub struct VertRule { /* private fields */ }Expand description
A vertical line on screen, useful, for example, for the separation
of a File and LineNumbers.
Implementations§
Trait Implementations§
source§impl PassiveWidget<Ui> for VertRule
impl PassiveWidget<Ui> for VertRule
fn build( globals: Context<Ui>, on_file: bool, ) -> (Widget<Ui>, impl Fn() -> bool, PushSpecs)
fn once(_globals: Context<Ui>)
fn print_cfg(&self) -> &PrintCfg
fn print(&mut self, area: &<U as Ui>::Area)
fn name() -> &'static strwhere
Self: Sized,
Auto Trait Implementations§
impl !Freeze for VertRule
impl !RefUnwindSafe for VertRule
impl Send for VertRule
impl Sync for VertRule
impl Unpin for VertRule
impl !UnwindSafe for VertRule
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