Struct nuklear_sys::nk_command_polygon_filled [] [src]

pub struct nk_command_polygon_filled {
    pub header: nk_command,
    pub color: nk_color,
    pub point_count: c_ushort,
    pub points: [nk_vec2i; 1],
}

Fields

Trait Implementations

impl Debug for nk_command_polygon_filled
[src]

Formats the value using the given formatter.

impl Copy for nk_command_polygon_filled
[src]

impl Clone for nk_command_polygon_filled
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_polygon_filled
[src]

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