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 Copy for GProxyAddressimpl Clone for GProxyAddress[src]
impl Clone for GProxyAddressfn clone(&self) -> GProxyAddress[src]
fn clone(&self) -> GProxyAddressReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GProxyAddress[src]
impl Debug for GProxyAddressAuto Trait Implementations
impl !Send for GProxyAddress
impl !Send for GProxyAddressimpl !Sync for GProxyAddress
impl !Sync for GProxyAddress