Struct gio_sys::GProxyResolverInterface [−][src]
#[repr(C)]pub struct GProxyResolverInterface { pub g_iface: GTypeInterface, pub is_supported: Option<unsafe extern "C" fn(_: *mut GProxyResolver) -> gboolean>, pub lookup: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *const c_char, _: *mut GCancellable, _: *mut *mut GError) -> *mut *mut c_char>, pub lookup_async: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *const c_char, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub lookup_finish: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut *mut c_char>, }
Fields
g_iface: GTypeInterface
is_supported: Option<unsafe extern "C" fn(_: *mut GProxyResolver) -> gboolean>
lookup: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *const c_char, _: *mut GCancellable, _: *mut *mut GError) -> *mut *mut c_char>
lookup_async: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *const c_char, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
lookup_finish: Option<unsafe extern "C" fn(_: *mut GProxyResolver, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut *mut c_char>
Trait Implementations
impl Copy for GProxyResolverInterface
[src]
impl Copy for GProxyResolverInterface
impl Clone for GProxyResolverInterface
[src]
impl Clone for GProxyResolverInterface
fn clone(&self) -> GProxyResolverInterface
[src]
fn clone(&self) -> GProxyResolverInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GProxyResolverInterface
[src]
impl Debug for GProxyResolverInterface
Auto Trait Implementations
impl Send for GProxyResolverInterface
impl Send for GProxyResolverInterface
impl Sync for GProxyResolverInterface
impl Sync for GProxyResolverInterface