#[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 moreSource§impl Debug for GActionMapInterface
impl Debug for GActionMapInterface
impl Copy for GActionMapInterface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)