Enum lyon_tessellation::path_fill::FillRule [] [src]

pub enum FillRule {
    EvenOdd,
    NonZero,
}

The fill rule defines how to determine what is inside and what is outside of the shape.

See the SVG specification.

Variants

Trait Implementations

impl Copy for FillRule
[src]

impl Clone for FillRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FillRule
[src]

Formats the value using the given formatter.

impl PartialEq for FillRule
[src]

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

This method tests for !=.