Enum nuklear_sys::nk_text_align [] [src]

pub enum nk_text_align {
    NK_TEXT_ALIGN_LEFT,
    NK_TEXT_ALIGN_CENTERED,
    NK_TEXT_ALIGN_RIGHT,
    NK_TEXT_ALIGN_TOP,
    NK_TEXT_ALIGN_MIDDLE,
    NK_TEXT_ALIGN_BOTTOM,
}

Variants

Trait Implementations

impl Debug for nk_text_align
[src]

Formats the value using the given formatter.

impl Copy for nk_text_align
[src]

impl Clone for nk_text_align
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more