Struct nuklear_sys::nk_draw_list
[−]
[src]
#[repr(C)]pub struct nk_draw_list { pub clip_rect: nk_rect, pub circle_vtx: [nk_vec2; 12], pub config: nk_convert_config, 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_count: c_uint, pub cmd_offset: nk_size, pub path_count: c_uint, pub path_offset: c_uint, pub userdata: nk_handle, }
Fields
clip_rect: nk_rect
circle_vtx: [nk_vec2; 12]
config: nk_convert_config
buffer: *mut nk_buffer
vertices: *mut nk_buffer
elements: *mut nk_buffer
element_count: c_uint
vertex_count: c_uint
cmd_count: c_uint
cmd_offset: nk_size
path_count: c_uint
path_offset: c_uint
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) -> Self
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