Struct gio_sys::GProxyAddressEnumerator
source · #[repr(C)]pub struct GProxyAddressEnumerator {
pub parent_instance: GSocketAddressEnumerator,
pub priv_: *mut GProxyAddressEnumeratorPrivate,
}
Fields§
§parent_instance: GSocketAddressEnumerator
§priv_: *mut GProxyAddressEnumeratorPrivate
Trait Implementations§
source§impl Clone for GProxyAddressEnumerator
impl Clone for GProxyAddressEnumerator
source§fn clone(&self) -> GProxyAddressEnumerator
fn clone(&self) -> GProxyAddressEnumerator
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