#[repr(C)]pub struct _GSocketAddressEnumeratorClass {
pub parent_class: GObjectClass,
pub next: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GSocketAddress>,
pub next_async: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub next_finish: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut GSocketAddress>,
}Fields§
§parent_class: GObjectClass§next: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GSocketAddress>§next_async: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§next_finish: Option<unsafe extern "C" fn(enumerator: *mut GSocketAddressEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut GSocketAddress>Trait Implementations§
source§impl Clone for _GSocketAddressEnumeratorClass
impl Clone for _GSocketAddressEnumeratorClass
source§fn clone(&self) -> _GSocketAddressEnumeratorClass
fn clone(&self) -> _GSocketAddressEnumeratorClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more