Type Alias GProxyResolverInterface

Source
pub type GProxyResolverInterface = _GProxyResolverInterface;

Aliased Type§

struct GProxyResolverInterface {
    pub g_iface: _GTypeInterface,
    pub is_supported: Option<unsafe extern "C" fn(*mut _GProxyResolver) -> i32>,
    pub lookup: Option<unsafe extern "C" fn(*mut _GProxyResolver, *const i8, *mut _GCancellable, *mut *mut _GError) -> *mut *mut i8>,
    pub lookup_async: Option<unsafe extern "C" fn(*mut _GProxyResolver, *const i8, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
    pub lookup_finish: Option<unsafe extern "C" fn(*mut _GProxyResolver, *mut _GAsyncResult, *mut *mut _GError) -> *mut *mut i8>,
}

Fields§

§g_iface: _GTypeInterface§is_supported: Option<unsafe extern "C" fn(*mut _GProxyResolver) -> i32>§lookup: Option<unsafe extern "C" fn(*mut _GProxyResolver, *const i8, *mut _GCancellable, *mut *mut _GError) -> *mut *mut i8>§lookup_async: Option<unsafe extern "C" fn(*mut _GProxyResolver, *const i8, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§lookup_finish: Option<unsafe extern "C" fn(*mut _GProxyResolver, *mut _GAsyncResult, *mut *mut _GError) -> *mut *mut i8>

Trait Implementations

Source§

impl Clone for _GProxyResolverInterface

Source§

fn clone(&self) -> _GProxyResolverInterface

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GProxyResolverInterface

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _GProxyResolverInterface

Source§

fn eq(&self, other: &_GProxyResolverInterface) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _GProxyResolverInterface

Source§

impl Eq for _GProxyResolverInterface

Source§

impl StructuralPartialEq for _GProxyResolverInterface