Struct gio_sys::GNetworkAddress[][src]

#[repr(C)]
pub struct GNetworkAddress { pub parent_instance: GObject, pub priv_: *mut GNetworkAddressPrivate, }

Fields

Trait Implementations

impl Copy for GNetworkAddress
[src]

impl Clone for GNetworkAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GNetworkAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations