Struct gtk_sys::GtkBindingEntry [] [src]

#[repr(C)]
pub struct GtkBindingEntry { pub keyval: c_uint, pub modifiers: GdkModifierType, pub binding_set: *mut GtkBindingSet, // some fields omitted }

Fields

Trait Implementations

impl Debug for GtkBindingEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations