#[repr(u32)]pub enum TessElementType {
TESS_POLYGONS = 0,
TESS_CONNECTED_POLYGONS = 1,
TESS_BOUNDARY_CONTOURS = 2,
}Expand description
defines, what action tessTesselate is performing, tesselation, tesselation with neighboring polygons, or creating polygon contours
Variants§
Trait Implementations§
Source§impl Clone for TessElementType
impl Clone for TessElementType
Source§fn clone(&self) -> TessElementType
fn clone(&self) -> TessElementType
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 TessElementType
impl Debug for TessElementType
impl Copy for TessElementType
Auto Trait Implementations§
impl Freeze for TessElementType
impl RefUnwindSafe for TessElementType
impl Send for TessElementType
impl Sync for TessElementType
impl Unpin for TessElementType
impl UnwindSafe for TessElementType
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