pub struct Ui { /* private fields */ }
Expand description
User interface.
This structure is used to create and set up the appropriate callbacks that implement all the UI interactions.
Implementations§
Trait Implementations§
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