Enum swf_tree::shapes::JoinStyle
[−]
[src]
pub enum JoinStyle { Bevel, Miter(Miter), Round, }
Variants
Bevel
Miter(Miter)
Round
Trait Implementations
impl Debug for JoinStyle
[src]
impl PartialEq for JoinStyle
[src]
fn eq(&self, __arg_0: &JoinStyle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &JoinStyle) -> bool
This method tests for !=
.