Struct nuklear_sys::nk_draw_command [] [src]

#[repr(C)]
pub struct nk_draw_command { pub elem_count: c_uint, pub clip_rect: nk_rect, pub texture: nk_handle, pub userdata: nk_handle, }

Fields

Trait Implementations

impl Debug for nk_draw_command
[src]

Formats the value using the given formatter.

impl Default for nk_draw_command
[src]

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

impl Copy for nk_draw_command
[src]

impl Clone for nk_draw_command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more