Struct gio_sys::GSocketAddressClass[][src]

#[repr(C)]
pub struct GSocketAddressClass { pub parent_class: GObjectClass, pub get_family: Option<unsafe extern "C" fn(_: *mut GSocketAddress) -> GSocketFamily>, pub get_native_size: Option<unsafe extern "C" fn(_: *mut GSocketAddress) -> ssize_t>, pub to_native: Option<unsafe extern "C" fn(_: *mut GSocketAddress, _: gpointer, _: size_t, _: *mut *mut GError) -> gboolean>, }

Fields

Trait Implementations

impl Copy for GSocketAddressClass
[src]

impl Clone for GSocketAddressClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSocketAddressClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GSocketAddressClass

impl !Sync for GSocketAddressClass