Struct frida_sys::_GClosureNotifyData
source · #[repr(C)]pub struct _GClosureNotifyData {
pub data: gpointer,
pub notify: GClosureNotify,
}Fields§
§data: gpointer§notify: GClosureNotifyTrait Implementations§
source§impl Clone for _GClosureNotifyData
impl Clone for _GClosureNotifyData
source§fn clone(&self) -> _GClosureNotifyData
fn clone(&self) -> _GClosureNotifyData
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