Enum tiny_skia_path::stroker::ReductionType
source · enum ReductionType {
Point,
Line,
Quad,
Degenerate,
Degenerate2,
Degenerate3,
}
Variants§
Trait Implementations§
source§impl Clone for ReductionType
impl Clone for ReductionType
source§fn clone(&self) -> ReductionType
fn clone(&self) -> ReductionType
Returns a copy 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 ReductionType
impl Debug for ReductionType
source§impl PartialEq for ReductionType
impl PartialEq for ReductionType
source§impl PartialOrd for ReductionType
impl PartialOrd for ReductionType
impl Copy for ReductionType
impl StructuralPartialEq for ReductionType
Auto Trait Implementations§
impl Freeze for ReductionType
impl RefUnwindSafe for ReductionType
impl Send for ReductionType
impl Sync for ReductionType
impl Unpin for ReductionType
impl UnwindSafe for ReductionType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)