Struct gio_sys::GActionMapInterface[][src]

#[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

Trait Implementations

impl Copy for GActionMapInterface
[src]

impl Clone for GActionMapInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GActionMapInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations