Struct ppapi::ffi::Struct_PP_InputEvent_KeyExperimental [-]  [+] [src]

pub struct Struct_PP_InputEvent_Key {
    pub modifier: uint32_t,
    pub key_code: uint32_t,
}

Fields

modifier
key_code

Trait Implementations

impl Default for Struct_PP_InputEvent_Key

fn default() -> Struct_PP_InputEvent_Key

Derived Implementations

impl Copy for Struct_PP_InputEvent_Key