Struct swf_tree::shapes::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
width: u16
start_cap: CapStyle
end_cap: CapStyle
join: JoinStyle
no_h_scale: bool
no_v_scale: bool
no_close: bool
pixel_hinting: bool
fill: FillStyle
Trait Implementations
impl Debug for LineStyle[src]
impl PartialEq for LineStyle[src]
fn eq(&self, __arg_0: &LineStyle) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LineStyle) -> bool
This method tests for !=.