Struct gtk_sys::GtkBindingSet
source · #[repr(C)]pub struct GtkBindingSet {
pub set_name: *mut c_char,
pub priority: c_int,
pub widget_path_pspecs: *mut GSList,
pub widget_class_pspecs: *mut GSList,
pub class_branch_pspecs: *mut GSList,
pub entries: *mut GtkBindingEntry,
pub current: *mut GtkBindingEntry,
pub parsed: c_uint,
}
Fields§
§set_name: *mut c_char
§priority: c_int
§widget_path_pspecs: *mut GSList
§widget_class_pspecs: *mut GSList
§class_branch_pspecs: *mut GSList
§entries: *mut GtkBindingEntry
§current: *mut GtkBindingEntry
§parsed: c_uint
Trait Implementations§
source§impl Clone for GtkBindingSet
impl Clone for GtkBindingSet
source§fn clone(&self) -> GtkBindingSet
fn clone(&self) -> GtkBindingSet
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