Struct gtk_sys::GtkAccelKey
source · #[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_uintTrait Implementations§
source§impl Clone for GtkAccelKey
impl Clone for GtkAccelKey
source§fn clone(&self) -> GtkAccelKey
fn clone(&self) -> GtkAccelKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more