Struct nuklear_sys::nk_command_polygon
[−]
[src]
pub struct nk_command_polygon {
pub header: nk_command,
pub color: nk_color,
pub line_thickness: c_ushort,
pub point_count: c_ushort,
pub points: [nk_vec2i; 1],
}Fields
header: nk_command
color: nk_color
line_thickness: c_ushort
point_count: c_ushort
points: [nk_vec2i; 1]
Trait Implementations
impl Debug for nk_command_polygon[src]
impl Copy for nk_command_polygon[src]
impl Clone for nk_command_polygon[src]
fn clone(&self) -> nk_command_polygon
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