pub struct HudFont(pub FontHandle);Expand description
The face baked for this world, so a second caller shares it rather than paying for the atlas again.
Tuple Fields§
§0: FontHandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for HudFont
impl RefUnwindSafe for HudFont
impl Send for HudFont
impl Sync for HudFont
impl Unpin for HudFont
impl UnsafeUnpin for HudFont
impl UnwindSafe for HudFont
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