Struct frida_sys::_GDebugControllerDBusClass
source · #[repr(C)]pub struct _GDebugControllerDBusClass {
pub parent_class: GObjectClass,
pub authorize: Option<unsafe extern "C" fn(controller: *mut GDebugControllerDBus, invocation: *mut GDBusMethodInvocation) -> gboolean>,
pub padding: [gpointer; 12],
}Fields§
§parent_class: GObjectClass§padding: [gpointer; 12]Trait Implementations§
source§impl Clone for _GDebugControllerDBusClass
impl Clone for _GDebugControllerDBusClass
source§fn clone(&self) -> _GDebugControllerDBusClass
fn clone(&self) -> _GDebugControllerDBusClass
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