pub struct Ui { /* private fields */ }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 Ui
impl !RefUnwindSafe for Ui
impl Send for Ui
impl Sync for Ui
impl Unpin for Ui
impl !UnwindSafe for Ui
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