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
parent_class: GObjectClassget_family: Option<unsafe extern "C" fn(_: *mut GSocketAddress) -> GSocketFamily>get_native_size: Option<unsafe extern "C" fn(_: *mut GSocketAddress) -> ssize_t>to_native: Option<unsafe extern "C" fn(_: *mut GSocketAddress, _: gpointer, _: size_t, _: *mut *mut GError) -> gboolean>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GSocketAddressClassimpl !Send for GSocketAddressClassimpl !Sync for GSocketAddressClassimpl Unpin for GSocketAddressClassimpl UnwindSafe for GSocketAddressClassBlanket Implementations
Mutably borrows from an owned value. Read more