#[repr(C)]pub struct GResolver {
pub parent_instance: GObject,
pub priv_: *mut GResolverPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GResolverPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GResolver
impl UnwindSafe for GResolver
Blanket Implementations
Mutably borrows from an owned value. Read more