pub enum Fill {
NonZero,
EvenOdd,
}Expand description
Which points a fill considers inside.
The pdfrum-page reader’s FillRule carries a third None case for a
path that is only stroked; here that case is spelled by Paint::Stroke
instead, so this enum has exactly the two rules ISO 32000-1 §8.5.3.3
defines.
Variants§
Trait Implementations§
impl Copy for Fill
impl Eq for Fill
impl StructuralPartialEq for Fill
Auto Trait Implementations§
impl Freeze for Fill
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnsafeUnpin for Fill
impl UnwindSafe for Fill
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more