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