Struct gdk_sys::GdkEventKey[][src]

#[repr(C)]
pub struct GdkEventKey { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub time: u32, pub state: GdkModifierType, pub keyval: c_uint, pub length: c_int, pub string: *mut c_char, pub hardware_keycode: u16, pub group: u8, // some fields omitted }

Fields

Trait Implementations

impl Debug for GdkEventKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GdkEventKey

impl !Sync for GdkEventKey