Struct nuklear_sys::nk_draw_list [] [src]

pub struct nk_draw_list {
    pub config: nk_convert_config,
    pub clip_rect: nk_rect,
    pub buffer: *mut nk_buffer,
    pub vertices: *mut nk_buffer,
    pub elements: *mut nk_buffer,
    pub element_count: c_uint,
    pub vertex_count: c_uint,
    pub cmd_offset: nk_size,
    pub cmd_count: c_uint,
    pub path_count: c_uint,
    pub path_offset: c_uint,
    pub circle_vtx: [nk_vec2; 12],
    pub userdata: nk_handle,
}

Fields

Trait Implementations

impl Debug for nk_draw_list
[src]

Formats the value using the given formatter.

impl Copy for nk_draw_list
[src]

impl Clone for nk_draw_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_draw_list
[src]

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