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
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_COUNT
Trait Implementations
impl Hash for nk_draw_vertex_layout_format[src]
impl Hash for nk_draw_vertex_layout_formatfn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for nk_draw_vertex_layout_format[src]
impl Clone for nk_draw_vertex_layout_formatfn clone(&self) -> nk_draw_vertex_layout_format[src]
fn clone(&self) -> nk_draw_vertex_layout_formatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for nk_draw_vertex_layout_format[src]
impl Debug for nk_draw_vertex_layout_formatfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_draw_vertex_layout_format[src]
impl Copy for nk_draw_vertex_layout_formatimpl Eq for nk_draw_vertex_layout_format[src]
impl Eq for nk_draw_vertex_layout_formatimpl PartialEq<nk_draw_vertex_layout_format> for nk_draw_vertex_layout_format[src]
impl PartialEq<nk_draw_vertex_layout_format> for nk_draw_vertex_layout_formatAuto Trait Implementations
impl Send for nk_draw_vertex_layout_format
impl Send for nk_draw_vertex_layout_formatimpl Sync for nk_draw_vertex_layout_format
impl Sync for nk_draw_vertex_layout_format