Enum LineCap
canvas
pub enum LineCap { Butt, Round, Square, }
Butt
Round
Square
impl Debug for LineCap
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Display for LineCap
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more