Struct nuklear_sys::nk_command_triangle_filled [] [src]

pub struct nk_command_triangle_filled {
    pub header: nk_command,
    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_filled
[src]

Formats the value using the given formatter.

impl Copy for nk_command_triangle_filled
[src]

impl Clone for nk_command_triangle_filled
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_triangle_filled
[src]

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