Struct swf_tree::LineStyle [] [src]

pub struct LineStyle {
    pub width: u16,
    pub start_cap: CapStyle,
    pub end_cap: CapStyle,
    pub join: JoinStyle,
    pub no_h_scale: bool,
    pub no_v_scale: bool,
    pub no_close: bool,
    pub pixel_hinting: bool,
    pub fill: FillStyle,
}

Fields

Trait Implementations

impl Debug for LineStyle
[src]

Formats the value using the given formatter.

impl PartialEq for LineStyle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LineStyle
[src]