Enum nuklear_rust::NkDrawVertexLayoutFormat
[−]
#[repr(i32)]pub enum NkDrawVertexLayoutFormat { 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
NK_FORMAT_SCHARNK_FORMAT_SSHORTNK_FORMAT_SINTNK_FORMAT_UCHARNK_FORMAT_USHORTNK_FORMAT_UINTNK_FORMAT_FLOATNK_FORMAT_DOUBLENK_FORMAT_COLOR_BEGINNK_FORMAT_R16G15B16NK_FORMAT_R32G32B32NK_FORMAT_R8G8B8A8NK_FORMAT_R16G15B16A16NK_FORMAT_R32G32B32A32NK_FORMAT_R32G32B32A32_FLOATNK_FORMAT_R32G32B32A32_DOUBLENK_FORMAT_RGB32NK_FORMAT_RGBA32NK_FORMAT_COUNTTrait Implementations
impl PartialEq<nk_draw_vertex_layout_format> for nk_draw_vertex_layout_format
fn eq(&self, __arg_0: &nk_draw_vertex_layout_format) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for nk_draw_vertex_layout_format
impl Copy for nk_draw_vertex_layout_format
impl Debug for nk_draw_vertex_layout_format
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Hash for nk_draw_vertex_layout_format
impl Clone for nk_draw_vertex_layout_format
fn clone(&self) -> nk_draw_vertex_layout_format
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more