Struct epaint::stats::PaintStats [−][src]
pub struct PaintStats {
pub shapes: AllocInfo,
pub shape_text: AllocInfo,
pub shape_path: AllocInfo,
pub shape_mesh: AllocInfo,
pub shape_vec: AllocInfo,
pub clipped_meshes: AllocInfo,
pub vertices: AllocInfo,
pub indices: AllocInfo,
}
Expand description
Collected allocation statistics for shapes and meshes.
Fields
shapes: AllocInfo
shape_text: AllocInfo
shape_path: AllocInfo
shape_mesh: AllocInfo
shape_vec: AllocInfo
clipped_meshes: AllocInfo
Number of separate clip rectangles
vertices: AllocInfo
indices: AllocInfo
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PaintStats
impl Send for PaintStats
impl Sync for PaintStats
impl Unpin for PaintStats
impl UnwindSafe for PaintStats
Blanket Implementations
Mutably borrows from an owned value. Read more