Struct lyon_core::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArcFlags
[src]

Formats the value using the given formatter.

impl PartialEq for ArcFlags
[src]

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

This method tests for !=.