Struct gio_sys::GInetSocketAddressClass[][src]

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

Fields

Trait Implementations

impl Copy for GInetSocketAddressClass
[src]

impl Clone for GInetSocketAddressClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInetSocketAddressClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations