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
config: nk_convert_config
clip_rect: nk_rect
buffer: *mut nk_buffer
vertices: *mut nk_buffer
elements: *mut nk_buffer
element_count: c_uint
vertex_count: c_uint
cmd_offset: nk_size
cmd_count: c_uint
path_count: c_uint
path_offset: c_uint
circle_vtx: [nk_vec2; 12]
userdata: nk_handle
Trait Implementations
impl Debug for nk_draw_list[src]
impl Copy for nk_draw_list[src]
impl Clone for nk_draw_list[src]
fn clone(&self) -> nk_draw_list
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