Struct gio_sys::GProxyAddress
source · #[repr(C)]pub struct GProxyAddress {
pub parent_instance: GInetSocketAddress,
pub priv_: *mut GProxyAddressPrivate,
}Fields§
§parent_instance: GInetSocketAddress§priv_: *mut GProxyAddressPrivateTrait Implementations§
source§impl Clone for GProxyAddress
impl Clone for GProxyAddress
source§fn clone(&self) -> GProxyAddress
fn clone(&self) -> GProxyAddress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more