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
keys: [nk_key; 29]
text: [c_char; 16]
text_len: c_int
Trait Implementations
impl Debug for nk_keyboard[src]
impl Copy for nk_keyboard[src]
impl Clone for nk_keyboard[src]
fn clone(&self) -> nk_keyboard
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more