Struct gio_sys::GActionEntry [−][src]
#[repr(C)]pub struct GActionEntry { pub name: *const c_char, pub activate: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, pub parameter_type: *const c_char, pub state: *const c_char, pub change_state: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, pub padding: [size_t; 3], }
Fields
name: *const c_charactivate: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>parameter_type: *const c_charstate: *const c_charchange_state: Option<unsafe extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>padding: [size_t; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GActionEntryimpl !Send for GActionEntryimpl !Sync for GActionEntryimpl Unpin for GActionEntryimpl UnwindSafe for GActionEntryBlanket Implementations
Mutably borrows from an owned value. Read more