Enum nuklear_rust::NkStyleHeaderAlign []

pub enum NkStyleHeaderAlign {
    NK_HEADER_LEFT,
    NK_HEADER_RIGHT,
}

Variants

Trait Implementations

impl Clone for nk_style_header_align

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_style_header_align

impl Debug for nk_style_header_align

Formats the value using the given formatter.