pub struct SimpleUI { /* private fields */ }Expand description
Simplified UI manager
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleUI
impl RefUnwindSafe for SimpleUI
impl Send for SimpleUI
impl Sync for SimpleUI
impl Unpin for SimpleUI
impl UnsafeUnpin for SimpleUI
impl UnwindSafe for SimpleUI
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