Struct gtk_sys::GtkAccelKey[][src]

#[repr(C)]
pub struct GtkAccelKey { pub accel_key: c_uint, pub accel_mods: GdkModifierType, // some fields omitted }

Fields

Trait Implementations

impl Debug for GtkAccelKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GtkAccelKey

impl Sync for GtkAccelKey