pub enum PolyFillType {
EvenOdd,
NonZero,
Positive,
Negative,
}Variants§
Trait Implementations§
Source§impl Clone for PolyFillType
impl Clone for PolyFillType
Source§fn clone(&self) -> PolyFillType
fn clone(&self) -> PolyFillType
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<PolyFillType> for PolyFillType
impl From<PolyFillType> for PolyFillType
Source§fn from(pft: PolyFillType) -> Self
fn from(pft: PolyFillType) -> Self
Converts to this type from the input type.
impl Copy for PolyFillType
Auto Trait Implementations§
impl Freeze for PolyFillType
impl RefUnwindSafe for PolyFillType
impl Send for PolyFillType
impl Sync for PolyFillType
impl Unpin for PolyFillType
impl UnwindSafe for PolyFillType
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