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
header: nk_command
color: nk_color
point_count: c_ushort
points: [nk_vec2i; 1]
Trait Implementations
impl Debug for nk_command_polygon_filled[src]
impl Copy for nk_command_polygon_filled[src]
impl Clone for nk_command_polygon_filled[src]
fn clone(&self) -> nk_command_polygon_filled
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