Enum lyon_tessellation::path_stroke::LineJoin
[−]
[src]
pub enum LineJoin {
Miter,
MiterClip,
Round,
Bevel,
Arcs,
}Line join as defined by the SVG specification.
See: https://svgwg.org/specs/strokes/#StrokeLinejoinProperty
Variants
MiterMiterClipRoundBevelArcsTrait Implementations
impl Copy for LineJoin[src]
impl Clone for LineJoin[src]
fn clone(&self) -> LineJoin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more