Struct frida_sys::_GFDCallbacks
source · #[repr(C)]pub struct _GFDCallbacks {
pub on_fd_opened: Option<unsafe extern "C" fn(fd: gint, description: *const gchar)>,
pub on_fd_closed: Option<unsafe extern "C" fn(fd: gint, description: *const gchar)>,
}Fields§
§on_fd_opened: Option<unsafe extern "C" fn(fd: gint, description: *const gchar)>§on_fd_closed: Option<unsafe extern "C" fn(fd: gint, description: *const gchar)>Trait Implementations§
source§impl Clone for _GFDCallbacks
impl Clone for _GFDCallbacks
source§fn clone(&self) -> _GFDCallbacks
fn clone(&self) -> _GFDCallbacks
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