Struct lyon_path::ArcFlags[][src]

pub struct ArcFlags {
    pub large_arc: bool,
    pub sweep: bool,
}

Flag parameters for arcs as described by the SVG specification.

Fields

Trait Implementations

impl Clone for ArcFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ArcFlags
[src]

Returns the "default value" for a type. Read more

impl Debug for ArcFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for ArcFlags
[src]

impl PartialEq<ArcFlags> for ArcFlags
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ArcFlags

impl Sync for ArcFlags