Struct nuklear_sys::nk_key [] [src]

pub struct nk_key {
    pub down: c_int,
    pub clicked: c_uint,
}

Fields

Trait Implementations

impl Debug for nk_key
[src]

Formats the value using the given formatter.

impl Copy for nk_key
[src]

impl Clone for nk_key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_key
[src]

Returns the "default value" for a type. Read more