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