Enum nuklear_sys::nk_heading [] [src]

pub enum nk_heading {
    NK_UP,
    NK_RIGHT,
    NK_DOWN,
    NK_LEFT,
}

Variants

Trait Implementations

impl Debug for nk_heading
[src]

Formats the value using the given formatter.

impl Copy for nk_heading
[src]

impl Clone for nk_heading
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more