Struct gio_sys::GNetworkAddress [−][src]
#[repr(C)]pub struct GNetworkAddress { pub parent_instance: GObject, pub priv_: *mut GNetworkAddressPrivate, }
Fields
parent_instance: GObject
priv_: *mut GNetworkAddressPrivate
Trait Implementations
impl Copy for GNetworkAddress[src]
impl Copy for GNetworkAddressimpl Clone for GNetworkAddress[src]
impl Clone for GNetworkAddressfn clone(&self) -> GNetworkAddress[src]
fn clone(&self) -> GNetworkAddressReturns 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 GNetworkAddress[src]
impl Debug for GNetworkAddressAuto Trait Implementations
impl !Send for GNetworkAddress
impl !Send for GNetworkAddressimpl !Sync for GNetworkAddress
impl !Sync for GNetworkAddress