#[repr(C)]pub struct GProxyInterface {
pub g_iface: GTypeInterface,
pub connect: Option<extern "C" fn(*mut GProxy, *mut GIOStream, *mut GProxyAddress, *mut GCancellable, *mut *mut GError) -> *mut GIOStream>,
pub connect_async: Option<extern "C" fn(*mut GProxy, *mut GIOStream, *mut GProxyAddress, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub connect_finish: Option<extern "C" fn(*mut GProxy, *mut GAsyncResult, *mut *mut GError) -> *mut GIOStream>,
pub supports_hostname: Option<extern "C" fn(*mut GProxy) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§connect: Option<extern "C" fn(*mut GProxy, *mut GIOStream, *mut GProxyAddress, *mut GCancellable, *mut *mut GError) -> *mut GIOStream>§connect_async: Option<extern "C" fn(*mut GProxy, *mut GIOStream, *mut GProxyAddress, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§connect_finish: Option<extern "C" fn(*mut GProxy, *mut GAsyncResult, *mut *mut GError) -> *mut GIOStream>§supports_hostname: Option<extern "C" fn(*mut GProxy) -> gboolean>Auto Trait Implementations§
impl Freeze for GProxyInterface
impl RefUnwindSafe for GProxyInterface
impl Send for GProxyInterface
impl Sync for GProxyInterface
impl Unpin for GProxyInterface
impl UnwindSafe for GProxyInterface
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