Struct nuklear_sys::nk_command_curve [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for nk_command_curve
[src]

Formats the value using the given formatter.

impl Copy for nk_command_curve
[src]

impl Clone for nk_command_curve
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_curve
[src]

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