Enum elmesque::form::LineJoin [−] [src]

pub enum LineJoin {
    Smooth,
    Sharp(f64),
    Clipped,
}

Variants

Smooth
Sharp
Clipped

Trait Implementations

Derived Implementations

impl Debug for LineJoin

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for LineJoin

fn clone(&self) -> LineJoin

fn clone_from(&mut self, source: &Self)

impl Copy for LineJoin