Struct gtk_sys::GtkAccelKey [−][src]
#[repr(C)]pub struct GtkAccelKey { pub accel_key: c_uint, pub accel_mods: GdkModifierType, // some fields omitted }
Fields
accel_key: c_uint
accel_mods: GdkModifierType
Trait Implementations
impl Debug for GtkAccelKey
[src]
impl Debug for GtkAccelKey
Auto Trait Implementations
impl Send for GtkAccelKey
impl Send for GtkAccelKey
impl Sync for GtkAccelKey
impl Sync for GtkAccelKey