Struct gio_sys::GActionMapInterface
source · #[repr(C)]pub struct GActionMapInterface {
pub g_iface: GTypeInterface,
pub lookup_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *const c_char) -> *mut GAction>,
pub add_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *mut GAction)>,
pub remove_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *const c_char)>,
}
Fields§
§g_iface: GTypeInterface
§lookup_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *const c_char) -> *mut GAction>
§add_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *mut GAction)>
§remove_action: Option<unsafe extern "C" fn(_: *mut GActionMap, _: *const c_char)>
Trait Implementations§
source§impl Clone for GActionMapInterface
impl Clone for GActionMapInterface
source§fn clone(&self) -> GActionMapInterface
fn clone(&self) -> GActionMapInterface
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