Enum lyon_tessellation::path_stroke::LineCap
[−]
[src]
pub enum LineCap {
Butt,
Square,
Round,
}Line cap as defined by the SVG specification.
Variants
ButtSquareRoundTrait Implementations
impl Copy for LineCap[src]
impl Clone for LineCap[src]
fn clone(&self) -> LineCap
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