pub type GSimpleProxyResolver = _GSimpleProxyResolver;
Expand description
GSimpleProxyResolver:
A #GProxyResolver implementation for using a fixed set of proxies.
Aliased Type§
struct GSimpleProxyResolver {
pub parent_instance: _GObject,
pub priv_: *mut _GSimpleProxyResolverPrivate,
}
Fields§
§parent_instance: _GObject
§priv_: *mut _GSimpleProxyResolverPrivate
Trait Implementations
Source§impl Clone for _GSimpleProxyResolver
impl Clone for _GSimpleProxyResolver
Source§fn clone(&self) -> _GSimpleProxyResolver
fn clone(&self) -> _GSimpleProxyResolver
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