Struct emscripten_sys::EmscriptenKeyboardEvent [] [src]

#[repr(C)]
pub struct EmscriptenKeyboardEvent { pub key: [c_char; 32], pub code: [c_char; 32], pub location: c_ulong, pub ctrlKey: c_int, pub shiftKey: c_int, pub altKey: c_int, pub metaKey: c_int, pub repeat: c_int, pub locale: [c_char; 32], pub charValue: [c_char; 32], pub charCode: c_ulong, pub keyCode: c_ulong, pub which: c_ulong, }

Fields

Trait Implementations

impl Debug for EmscriptenKeyboardEvent
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenKeyboardEvent
[src]

impl Clone for EmscriptenKeyboardEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more