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