Struct gio_sys::GProxyAddressClass[][src]

#[repr(C)]
pub struct GProxyAddressClass { pub parent_class: GInetSocketAddressClass, }

Fields

Trait Implementations

impl Copy for GProxyAddressClass
[src]

impl Clone for GProxyAddressClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GProxyAddressClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations