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