pub enum FillRule {
NonZero,
EvenOdd,
}Expand description
A fill rule.
fill-rule attribute in the SVG.
Variants
NonZero
EvenOdd
Trait Implementations
sourceimpl PartialEq<FillRule> for FillRule
impl PartialEq<FillRule> for FillRule
impl Copy for FillRule
impl StructuralPartialEq for FillRule
Auto Trait Implementations
impl RefUnwindSafe for FillRule
impl Send for FillRule
impl Sync for FillRule
impl Unpin for FillRule
impl UnwindSafe for FillRule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
sourcefn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.