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