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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.