Struct nuklear_sys::nk_draw_vertex_layout_element [] [src]

pub struct nk_draw_vertex_layout_element {
    pub attribute: nk_draw_vertex_layout_attribute,
    pub format: nk_draw_vertex_layout_format,
    pub offset: nk_size,
}

Fields

Trait Implementations

impl Debug for nk_draw_vertex_layout_element
[src]

Formats the value using the given formatter.

impl Copy for nk_draw_vertex_layout_element
[src]

impl Clone for nk_draw_vertex_layout_element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_draw_vertex_layout_element
[src]

Returns the "default value" for a type. Read more