Struct pixel_game_lib::gui::Gui
source · pub struct Gui { /* private fields */ }
Expand description
A GUI with a tree of widgets.
The GUI uses the taffy
crate for layouts, where the size is defined as buffer pixels.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Gui
impl !Send for Gui
impl !Sync for Gui
impl Unpin for Gui
impl !UnwindSafe for Gui
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