pub struct TextAtlas { /* private fields */ }Expand description
An atlas containing a cache of rasterized glyphs that can be rendered.
Implementations§
Source§impl TextAtlas
impl TextAtlas
Auto Trait Implementations§
impl Freeze for TextAtlas
impl !RefUnwindSafe for TextAtlas
impl Send for TextAtlas
impl Sync for TextAtlas
impl Unpin for TextAtlas
impl !UnwindSafe for TextAtlas
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