Enum nuklear_sys::nk_draw_list_stroke [] [src]

pub enum nk_draw_list_stroke {
    NK_STROKE_OPEN,
    NK_STROKE_CLOSED,
}

Variants

Trait Implementations

impl Debug for nk_draw_list_stroke
[src]

Formats the value using the given formatter.

impl Copy for nk_draw_list_stroke
[src]

impl Clone for nk_draw_list_stroke
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more