Struct epaint::stats::PaintStats

source ·
pub struct PaintStats {
    pub shapes: AllocInfo,
    pub shape_text: AllocInfo,
    pub shape_path: AllocInfo,
    pub shape_mesh: AllocInfo,
    pub shape_vec: AllocInfo,
    pub num_callbacks: usize,
    pub text_shape_vertices: AllocInfo,
    pub text_shape_indices: AllocInfo,
    pub clipped_primitives: 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§num_callbacks: usize§text_shape_vertices: AllocInfo§text_shape_indices: AllocInfo§clipped_primitives: AllocInfo

Number of separate clip rectangles

§vertices: AllocInfo§indices: AllocInfo

Implementations§

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.