Struct egui::ClippedMesh [−][src]
Expand description
A Mesh
within a clip rectangle.
Everything is using logical points.
Tuple Fields
0: Rect
Clip / scissor rectangle.
Only show the part of the Mesh
that falls within this.
1: Mesh
The shape
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClippedMesh
impl Send for ClippedMesh
impl Sync for ClippedMesh
impl Unpin for ClippedMesh
impl UnwindSafe for ClippedMesh
Blanket Implementations
Mutably borrows from an owned value. Read more