Enum nuklear_rust::NkDrawVertexLayoutAttribute []

#[repr(i32)]
pub enum NkDrawVertexLayoutAttribute { NK_VERTEX_POSITION, NK_VERTEX_COLOR, NK_VERTEX_TEXCOORD, NK_VERTEX_ATTRIBUTE_COUNT, }

Variants

Trait Implementations

impl PartialEq<nk_draw_vertex_layout_attribute> for nk_draw_vertex_layout_attribute

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nk_draw_vertex_layout_attribute

impl Copy for nk_draw_vertex_layout_attribute

impl Debug for nk_draw_vertex_layout_attribute

Formats the value using the given formatter.

impl Hash for nk_draw_vertex_layout_attribute

impl Clone for nk_draw_vertex_layout_attribute

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more