Struct gio_sys::GNetworkService[][src]

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

Fields

Trait Implementations

impl Copy for GNetworkService
[src]

impl Clone for GNetworkService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GNetworkService
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations