Struct gtk4_sys::GtkShortcutManagerInterface
source · #[repr(C)]pub struct GtkShortcutManagerInterface {
pub g_iface: GTypeInterface,
pub add_controller: Option<unsafe extern "C" fn(_: *mut GtkShortcutManager, _: *mut GtkShortcutController)>,
pub remove_controller: Option<unsafe extern "C" fn(_: *mut GtkShortcutManager, _: *mut GtkShortcutController)>,
}
Fields§
§g_iface: GTypeInterface
§add_controller: Option<unsafe extern "C" fn(_: *mut GtkShortcutManager, _: *mut GtkShortcutController)>
§remove_controller: Option<unsafe extern "C" fn(_: *mut GtkShortcutManager, _: *mut GtkShortcutController)>
Trait Implementations§
source§impl Clone for GtkShortcutManagerInterface
impl Clone for GtkShortcutManagerInterface
source§fn clone(&self) -> GtkShortcutManagerInterface
fn clone(&self) -> GtkShortcutManagerInterface
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