Struct nuklear_sys::nk_keyboard [] [src]

#[repr(C)]
pub struct nk_keyboard { pub keys: [nk_key; 30], 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 Default for nk_keyboard
[src]

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

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