Enum nuklear_rust::NkDrawListStroke []

pub enum NkDrawListStroke {
    NK_STROKE_OPEN,
    NK_STROKE_CLOSED,
}

Variants

Trait Implementations

impl Clone for nk_draw_list_stroke

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_draw_list_stroke

impl Debug for nk_draw_list_stroke

Formats the value using the given formatter.