Enum VertexMode
#[repr(u32)]pub enum VertexMode {
Triangles = 0,
TriangleStrip = 1,
TriangleFan = 2,
}
Variants§
Implementations§
§impl SkVertices_VertexMode
impl SkVertices_VertexMode
pub const Last: SkVertices_VertexMode = SkVertices_VertexMode::TriangleFan
Trait Implementations§
§impl Clone for SkVertices_VertexMode
impl Clone for SkVertices_VertexMode
§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 more§impl Debug for SkVertices_VertexMode
impl Debug for SkVertices_VertexMode
§impl Hash for SkVertices_VertexMode
impl Hash for SkVertices_VertexMode
§impl PartialEq for SkVertices_VertexMode
impl PartialEq for SkVertices_VertexMode
impl Copy for SkVertices_VertexMode
impl Eq for SkVertices_VertexMode
impl StructuralPartialEq for SkVertices_VertexMode
Auto Trait Implementations§
impl Freeze for SkVertices_VertexMode
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