pub struct Fill {
pub glyph_cache_requires_upload: bool,
}
Expand description
The result of filling the mesh.
Provides information on whether or not the glyph cache has been updated and requires re-uploading to the GPU.
Fields§
§glyph_cache_requires_upload: bool
Whether or not the glyph cache pixel data should be written to the GPU.
Auto Trait Implementations§
impl Freeze for Fill
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnwindSafe for Fill
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