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 Copy for GInetSocketAddressimpl Clone for GInetSocketAddress[src]
impl Clone for GInetSocketAddressfn clone(&self) -> GInetSocketAddress[src]
fn clone(&self) -> GInetSocketAddressReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GInetSocketAddress[src]
impl Debug for GInetSocketAddressAuto Trait Implementations
impl !Send for GInetSocketAddress
impl !Send for GInetSocketAddressimpl !Sync for GInetSocketAddress
impl !Sync for GInetSocketAddress