#[repr(C)]pub struct _GActionMapInterface {
pub g_iface: GTypeInterface,
pub lookup_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action_name: *const gchar) -> *mut GAction>,
pub add_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action: *mut GAction)>,
pub remove_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action_name: *const gchar)>,
}Fields§
§g_iface: GTypeInterface§lookup_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action_name: *const gchar) -> *mut GAction>§add_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action: *mut GAction)>§remove_action: Option<unsafe extern "C" fn(action_map: *mut GActionMap, action_name: *const gchar)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GActionMapInterface
impl RefUnwindSafe for _GActionMapInterface
impl Send for _GActionMapInterface
impl Sync for _GActionMapInterface
impl Unpin for _GActionMapInterface
impl UnwindSafe for _GActionMapInterface
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