Struct nuklear_sys::nk_command_arc_filled [] [src]

pub struct nk_command_arc_filled {
    pub header: nk_command,
    pub cx: c_short,
    pub cy: c_short,
    pub r: c_ushort,
    pub a: [f32; 2],
    pub color: nk_color,
}

Fields

Trait Implementations

impl Debug for nk_command_arc_filled
[src]

Formats the value using the given formatter.

impl Copy for nk_command_arc_filled
[src]

impl Clone for nk_command_arc_filled
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_arc_filled
[src]

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