pub struct Ui { /* private fields */ }Trait Implementations§
Source§impl Ui for Ui
impl Ui for Ui
type Area = Area
fn new(statics: Self::StaticFns) -> Self
Source§fn stop_printing(&mut self)
fn stop_printing(&mut self)
Stop printing updates to the window
Source§fn resume_printing(&mut self)
fn resume_printing(&mut self)
Resume printing updates to the window
Source§fn flush_layout(&mut self)
fn flush_layout(&mut self)
Flush the layout Read more
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