#[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§
Auto Trait Implementations§
impl Freeze for _GSocketAddressEnumeratorClass
impl RefUnwindSafe for _GSocketAddressEnumeratorClass
impl !Send for _GSocketAddressEnumeratorClass
impl !Sync for _GSocketAddressEnumeratorClass
impl Unpin for _GSocketAddressEnumeratorClass
impl UnwindSafe for _GSocketAddressEnumeratorClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more