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 moresource§impl Debug for GtkBindingSet
impl Debug for GtkBindingSet
impl Copy for GtkBindingSet
Auto Trait Implementations§
impl RefUnwindSafe for GtkBindingSet
impl !Send for GtkBindingSet
impl !Sync for GtkBindingSet
impl Unpin for GtkBindingSet
impl UnwindSafe for GtkBindingSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more