Struct frida_sys::_GResolver
source · #[repr(C)]pub struct _GResolver {
pub parent_instance: GObject,
pub priv_: *mut GResolverPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GResolverPrivateTrait Implementations§
source§impl Clone for _GResolver
impl Clone for _GResolver
source§fn clone(&self) -> _GResolver
fn clone(&self) -> _GResolver
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