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