#[repr(u32)]pub enum SkVertices_VertexMode {
Triangles,
TriangleStrip,
TriangleFan,
}
Variants§
Implementations§
source§impl SkVertices_VertexMode
impl SkVertices_VertexMode
pub const Last: SkVertices_VertexMode = SkVertices_VertexMode::TriangleFan
Trait Implementations§
source§impl Clone for SkVertices_VertexMode
impl Clone for SkVertices_VertexMode
source§fn clone(&self) -> SkVertices_VertexMode
fn clone(&self) -> SkVertices_VertexMode
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 SkVertices_VertexMode
impl Debug for SkVertices_VertexMode
source§impl Hash for SkVertices_VertexMode
impl Hash for SkVertices_VertexMode
source§impl PartialEq<SkVertices_VertexMode> for SkVertices_VertexMode
impl PartialEq<SkVertices_VertexMode> for SkVertices_VertexMode
source§fn eq(&self, other: &SkVertices_VertexMode) -> bool
fn eq(&self, other: &SkVertices_VertexMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkVertices_VertexMode
impl Eq for SkVertices_VertexMode
impl StructuralEq for SkVertices_VertexMode
impl StructuralPartialEq for SkVertices_VertexMode
Auto Trait Implementations§
impl RefUnwindSafe for SkVertices_VertexMode
impl Send for SkVertices_VertexMode
impl Sync for SkVertices_VertexMode
impl Unpin for SkVertices_VertexMode
impl UnwindSafe for SkVertices_VertexMode
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