Struct gtk_sys::GtkBindingEntry
source · #[repr(C)]pub struct GtkBindingEntry {
pub keyval: c_uint,
pub modifiers: GdkModifierType,
pub binding_set: *mut GtkBindingSet,
pub destroyed: c_uint,
/* private fields */
}
Fields§
§keyval: c_uint
§modifiers: GdkModifierType
§binding_set: *mut GtkBindingSet
§destroyed: c_uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GtkBindingEntry
impl !Send for GtkBindingEntry
impl !Sync for GtkBindingEntry
impl Unpin for GtkBindingEntry
impl UnwindSafe for GtkBindingEntry
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