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
EvenOddNonZeroTrait Implementations
impl Copy for FillRule[src]
impl Clone for FillRule[src]
fn clone(&self) -> FillRule
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more