Struct nuklear_sys::nk_command_triangle [] [src]

#[repr(C)]
pub struct nk_command_triangle { pub header: nk_command, pub line_thickness: c_ushort, pub a: nk_vec2i, pub b: nk_vec2i, pub c: nk_vec2i, pub color: nk_color, }

Fields

Trait Implementations

impl Debug for nk_command_triangle
[src]

Formats the value using the given formatter.

impl Copy for nk_command_triangle
[src]

impl Clone for nk_command_triangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_triangle
[src]

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