Enum nuklear::DrawVertexLayoutFormat[][src]

#[repr(i32)]
pub enum DrawVertexLayoutFormat { NK_FORMAT_SCHAR, NK_FORMAT_SSHORT, NK_FORMAT_SINT, NK_FORMAT_UCHAR, NK_FORMAT_USHORT, NK_FORMAT_UINT, NK_FORMAT_FLOAT, NK_FORMAT_DOUBLE, NK_FORMAT_COLOR_BEGIN, NK_FORMAT_R16G15B16, NK_FORMAT_R32G32B32, NK_FORMAT_R8G8B8A8, NK_FORMAT_R16G15B16A16, NK_FORMAT_R32G32B32A32, NK_FORMAT_R32G32B32A32_FLOAT, NK_FORMAT_R32G32B32A32_DOUBLE, NK_FORMAT_RGB32, NK_FORMAT_RGBA32, NK_FORMAT_COUNT, }

Variants

Trait Implementations

impl Hash for nk_draw_vertex_layout_format
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for nk_draw_vertex_layout_format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_draw_vertex_layout_format
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_draw_vertex_layout_format
[src]

impl Eq for nk_draw_vertex_layout_format
[src]

impl PartialEq<nk_draw_vertex_layout_format> for nk_draw_vertex_layout_format
[src]

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

This method tests for !=.

Auto Trait Implementations