pub type GInetSocketAddress = _GInetSocketAddress;
Aliased Type§
struct GInetSocketAddress {
pub parent_instance: _GSocketAddress,
pub priv_: *mut _GInetSocketAddressPrivate,
}
Fields§
§parent_instance: _GSocketAddress
§priv_: *mut _GInetSocketAddressPrivate
Trait Implementations
Source§impl Clone for _GInetSocketAddress
impl Clone for _GInetSocketAddress
Source§fn clone(&self) -> _GInetSocketAddress
fn clone(&self) -> _GInetSocketAddress
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