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 Copy for ArcFlags
[src]

impl Clone for ArcFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<ArcFlags> for ArcFlags
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for ArcFlags
[src]

[src]

Formats the value using the given formatter.

impl Default for ArcFlags
[src]