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

pub enum LineCap {
    Flat,
    Round,
    Padded,
}

Variants

Flat
Round
Padded

Trait Implementations

Derived Implementations

impl Debug for LineCap

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

impl Clone for LineCap

fn clone(&self) -> LineCap

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

impl Copy for LineCap