Struct gtk_sys::GtkAccelKey [−][src]
#[repr(C)]pub struct GtkAccelKey { pub accel_key: c_uint, pub accel_mods: GdkModifierType, pub accel_flags: c_uint, }
Fields
accel_key: c_uintaccel_mods: GdkModifierTypeaccel_flags: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAccelKeyimpl Send for GtkAccelKeyimpl Sync for GtkAccelKeyimpl Unpin for GtkAccelKeyimpl UnwindSafe for GtkAccelKeyBlanket Implementations
Mutably borrows from an owned value. Read more