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_uint
accel_mods: GdkModifierType
accel_flags: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkAccelKey
impl Send for GtkAccelKey
impl Sync for GtkAccelKey
impl Unpin for GtkAccelKey
impl UnwindSafe for GtkAccelKey
Blanket Implementations
Mutably borrows from an owned value. Read more