Enum footile::FillRule [] [src]

pub enum FillRule {
    NonZero,
    EvenOdd,
}

Fill-rule for filling figures

Variants

All points within bounds are filled

Alternate filling with figure outline

Trait Implementations

impl Clone for FillRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FillRule
[src]

impl Debug for FillRule
[src]

[src]

Formats the value using the given formatter.