Enum nuklear_rust::NkDrawVertexLayoutAttribute []

pub enum NkDrawVertexLayoutAttribute {
    NK_VERTEX_POSITION,
    NK_VERTEX_COLOR,
    NK_VERTEX_TEXCOORD,
    NK_VERTEX_ATTRIBUTE_COUNT,
}

Variants

Trait Implementations

impl Clone for nk_draw_vertex_layout_attribute

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_draw_vertex_layout_attribute

impl Debug for nk_draw_vertex_layout_attribute

Formats the value using the given formatter.