Struct frida_sys::_GSourceCallbackFuncs
source · #[repr(C)]pub struct _GSourceCallbackFuncs {
pub ref_: Option<unsafe extern "C" fn(cb_data: gpointer)>,
pub unref: Option<unsafe extern "C" fn(cb_data: gpointer)>,
pub get: Option<unsafe extern "C" fn(cb_data: gpointer, source: *mut GSource, func: *mut GSourceFunc, data: *mut gpointer)>,
}Fields§
§ref_: Option<unsafe extern "C" fn(cb_data: gpointer)>§unref: Option<unsafe extern "C" fn(cb_data: gpointer)>§get: Option<unsafe extern "C" fn(cb_data: gpointer, source: *mut GSource, func: *mut GSourceFunc, data: *mut gpointer)>Trait Implementations§
source§impl Clone for _GSourceCallbackFuncs
impl Clone for _GSourceCallbackFuncs
source§fn clone(&self) -> _GSourceCallbackFuncs
fn clone(&self) -> _GSourceCallbackFuncs
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