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