#[repr(i32)]pub enum PathFillType {
Winding = 0,
EvenOdd = 1,
InverseWinding = 2,
InverseEvenOdd = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for PathFillType
impl Clone for PathFillType
Source§fn clone(&self) -> PathFillType
fn clone(&self) -> PathFillType
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 PathFillType
impl Debug for PathFillType
Source§impl Hash for PathFillType
impl Hash for PathFillType
Source§impl PartialEq for PathFillType
impl PartialEq for PathFillType
impl Copy for PathFillType
impl Eq for PathFillType
impl StructuralPartialEq for PathFillType
Auto Trait Implementations§
impl Freeze for PathFillType
impl RefUnwindSafe for PathFillType
impl Send for PathFillType
impl Sync for PathFillType
impl Unpin for PathFillType
impl UnwindSafe for PathFillType
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