Struct nuklear_sys::nk_keyboard [] [src]

pub struct nk_keyboard {
    pub keys: [nk_key; 29],
    pub text: [c_char; 16],
    pub text_len: c_int,
}

Fields

Trait Implementations

impl Debug for nk_keyboard
[src]

Formats the value using the given formatter.

impl Copy for nk_keyboard
[src]

impl Clone for nk_keyboard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_keyboard
[src]

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