Module cosmic::iced_winit::graphics::geometry::path::lyon_path::path_buffer
source · Expand description
A container to store multiple paths contiguously.
Structs§
- A Builder that appends a path to an existing PathBuffer.
- A Builder that appends a path to an existing PathBuffer, with custom attributes.
- Iterator over the paths in a
PathBufferSlice
. - An object that stores multiple paths contiguously.
- A view on a
PathBuffer
.