Enum nuklear::DrawVertexLayoutAttribute [−][src]
#[repr(i32)]pub enum DrawVertexLayoutAttribute { NK_VERTEX_POSITION, NK_VERTEX_COLOR, NK_VERTEX_TEXCOORD, NK_VERTEX_ATTRIBUTE_COUNT, }
Variants
NK_VERTEX_POSITIONNK_VERTEX_COLORNK_VERTEX_TEXCOORDNK_VERTEX_ATTRIBUTE_COUNT
Trait Implementations
impl Hash for nk_draw_vertex_layout_attribute[src]
impl Hash for nk_draw_vertex_layout_attributefn 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_attribute[src]
impl Clone for nk_draw_vertex_layout_attributefn clone(&self) -> nk_draw_vertex_layout_attribute[src]
fn clone(&self) -> nk_draw_vertex_layout_attributeReturns 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_attribute[src]
impl Debug for nk_draw_vertex_layout_attributefn 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_attribute[src]
impl Copy for nk_draw_vertex_layout_attributeimpl Eq for nk_draw_vertex_layout_attribute[src]
impl Eq for nk_draw_vertex_layout_attributeimpl PartialEq<nk_draw_vertex_layout_attribute> for nk_draw_vertex_layout_attribute[src]
impl PartialEq<nk_draw_vertex_layout_attribute> for nk_draw_vertex_layout_attributeAuto Trait Implementations
impl Send for nk_draw_vertex_layout_attribute
impl Send for nk_draw_vertex_layout_attributeimpl Sync for nk_draw_vertex_layout_attribute
impl Sync for nk_draw_vertex_layout_attribute