Struct nuklear_sys::nk_command_arc
[−]
[src]
pub struct nk_command_arc {
pub header: nk_command,
pub cx: c_short,
pub cy: c_short,
pub r: c_ushort,
pub line_thickness: c_ushort,
pub a: [f32; 2],
pub color: nk_color,
}Fields
header: nk_command
cx: c_short
cy: c_short
r: c_ushort
line_thickness: c_ushort
a: [f32; 2]
color: nk_color
Trait Implementations
impl Debug for nk_command_arc[src]
impl Copy for nk_command_arc[src]
impl Clone for nk_command_arc[src]
fn clone(&self) -> nk_command_arc
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