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
impl Copy for GProxyAddress[src]
impl Clone for GProxyAddress[src]
fn clone(&self) -> GProxyAddress[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more