Enum nuklear_sys::nk_draw_vertex_layout_attribute [] [src]

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

Variants

Trait Implementations

impl Debug for nk_draw_vertex_layout_attribute
[src]

Formats the value using the given formatter.

impl Copy for nk_draw_vertex_layout_attribute
[src]

impl Clone for nk_draw_vertex_layout_attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more