Enum swf_tree::JoinStyle
[−]
[src]
pub enum JoinStyle {
Bevel,
Miter(Miter),
Round,
}Variants
BevelMiter(Miter)RoundTrait 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 !=.