#[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§
Source§impl Clone for GProxyResolverInterface
impl Clone for GProxyResolverInterface
Source§fn clone(&self) -> GProxyResolverInterface
fn clone(&self) -> GProxyResolverInterface
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 moreSource§impl Debug for GProxyResolverInterface
impl Debug for GProxyResolverInterface
impl Copy for GProxyResolverInterface
Auto Trait Implementations§
impl Freeze for GProxyResolverInterface
impl RefUnwindSafe for GProxyResolverInterface
impl Send for GProxyResolverInterface
impl Sync for GProxyResolverInterface
impl Unpin for GProxyResolverInterface
impl UnwindSafe for GProxyResolverInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)