pub type GProxyAddressClass = _GProxyAddressClass;
Aliased Type§
struct GProxyAddressClass {
pub parent_class: _GInetSocketAddressClass,
}
Fields§
§parent_class: _GInetSocketAddressClass
Trait Implementations
Source§impl Clone for _GProxyAddressClass
impl Clone for _GProxyAddressClass
Source§fn clone(&self) -> _GProxyAddressClass
fn clone(&self) -> _GProxyAddressClass
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