Struct gio_sys::GSimpleProxyResolver [−][src]
#[repr(C)]pub struct GSimpleProxyResolver { pub parent_instance: GObject, pub priv_: *mut GSimpleProxyResolverPrivate, }
Fields
parent_instance: GObject
priv_: *mut GSimpleProxyResolverPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GSimpleProxyResolver
impl !Send for GSimpleProxyResolver
impl !Sync for GSimpleProxyResolver
impl Unpin for GSimpleProxyResolver
impl UnwindSafe for GSimpleProxyResolver
Blanket Implementations
Mutably borrows from an owned value. Read more