pub enum WindingRule {
Odd,
NonZero,
Positive,
Negative,
AbsGeqTwo,
}Variants§
Trait Implementations§
Source§impl Clone for WindingRule
impl Clone for WindingRule
Source§fn clone(&self) -> WindingRule
fn clone(&self) -> WindingRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindingRule
impl Debug for WindingRule
Source§impl PartialEq for WindingRule
impl PartialEq for WindingRule
impl Copy for WindingRule
impl StructuralPartialEq for WindingRule
Auto Trait Implementations§
impl Freeze for WindingRule
impl RefUnwindSafe for WindingRule
impl Send for WindingRule
impl Sync for WindingRule
impl Unpin for WindingRule
impl UnsafeUnpin for WindingRule
impl UnwindSafe for WindingRule
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