Struct gio_sys::GSimpleProxyResolver[][src]

#[repr(C)]
pub struct GSimpleProxyResolver { pub parent_instance: GObject, pub priv_: *mut GSimpleProxyResolverPrivate, }

Fields

Trait Implementations

impl Copy for GSimpleProxyResolver
[src]

impl Clone for GSimpleProxyResolver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSimpleProxyResolver
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations