Struct nuklear_sys::nk_draw_command
[−]
[src]
pub struct nk_draw_command {
pub elem_count: c_uint,
pub clip_rect: nk_rect,
pub texture: nk_handle,
pub userdata: nk_handle,
}Fields
elem_count: c_uint
clip_rect: nk_rect
texture: nk_handle
userdata: nk_handle
Trait Implementations
impl Debug for nk_draw_command[src]
impl Copy for nk_draw_command[src]
impl Clone for nk_draw_command[src]
fn clone(&self) -> nk_draw_command
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