pub enum VertexWinding {
ClockWise,
CounterClockWise,
}Variants§
Trait Implementations§
Source§impl Clone for VertexWinding
impl Clone for VertexWinding
Source§fn clone(&self) -> VertexWinding
fn clone(&self) -> VertexWinding
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 VertexWinding
impl Debug for VertexWinding
Source§impl PartialEq for VertexWinding
impl PartialEq for VertexWinding
impl Copy for VertexWinding
impl Eq for VertexWinding
impl StructuralPartialEq for VertexWinding
Auto Trait Implementations§
impl Freeze for VertexWinding
impl RefUnwindSafe for VertexWinding
impl Send for VertexWinding
impl Sync for VertexWinding
impl Unpin for VertexWinding
impl UnwindSafe for VertexWinding
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