pub struct Hud {
pub inspector_enabled: bool,
pub hovered: Option<Rect>,
pub metrics: Option<Metrics>,
/* private fields */
}Fields§
§inspector_enabled: bool§hovered: Option<Rect>§metrics: Option<Metrics>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hud
impl RefUnwindSafe for Hud
impl Send for Hud
impl Sync for Hud
impl Unpin for Hud
impl UnwindSafe for Hud
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