Enum nuklear_rust::NkDrawListStroke
[−]
pub enum NkDrawListStroke {
NK_STROKE_OPEN,
NK_STROKE_CLOSED,
}Variants
NK_STROKE_OPENNK_STROKE_CLOSEDTrait Implementations
impl Clone for nk_draw_list_stroke
fn clone(&self) -> nk_draw_list_stroke
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