Struct nuklear_sys::nk_command_triangle
[−]
[src]
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
header: nk_command
line_thickness: c_ushort
a: nk_vec2i
b: nk_vec2i
c: nk_vec2i
color: nk_color
Trait Implementations
impl Debug for nk_command_triangle[src]
impl Copy for nk_command_triangle[src]
impl Clone for nk_command_triangle[src]
fn clone(&self) -> nk_command_triangle
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