Enum nuklear_rust::NkDrawListStroke []

#[repr(i32)]
pub enum NkDrawListStroke { NK_STROKE_OPEN, NK_STROKE_CLOSED, }

Variants

Trait Implementations

impl PartialEq<nk_draw_list_stroke> for nk_draw_list_stroke

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nk_draw_list_stroke

impl Copy for nk_draw_list_stroke

impl Debug for nk_draw_list_stroke

Formats the value using the given formatter.

impl Hash for nk_draw_list_stroke

impl Clone for nk_draw_list_stroke

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more