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