Struct frida_sys::_GActionEntry
source · #[repr(C)]pub struct _GActionEntry {
pub name: *const gchar,
pub activate: Option<unsafe extern "C" fn(action: *mut GSimpleAction, parameter: *mut GVariant, user_data: gpointer)>,
pub parameter_type: *const gchar,
pub state: *const gchar,
pub change_state: Option<unsafe extern "C" fn(action: *mut GSimpleAction, value: *mut GVariant, user_data: gpointer)>,
pub padding: [gsize; 3],
}Fields§
§name: *const gchar§activate: Option<unsafe extern "C" fn(action: *mut GSimpleAction, parameter: *mut GVariant, user_data: gpointer)>§parameter_type: *const gchar§state: *const gchar§change_state: Option<unsafe extern "C" fn(action: *mut GSimpleAction, value: *mut GVariant, user_data: gpointer)>§padding: [gsize; 3]Trait Implementations§
source§impl Clone for _GActionEntry
impl Clone for _GActionEntry
source§fn clone(&self) -> _GActionEntry
fn clone(&self) -> _GActionEntry
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