pub enum WindingRule {
EvenOdd,
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 From<WindingRule> for TessWindingRule
impl From<WindingRule> for TessWindingRule
Source§fn from(value: WindingRule) -> Self
fn from(value: WindingRule) -> Self
Converts to this type from the input type.
impl Copy 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 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