#[repr(C)]pub struct _GProxyAddressEnumeratorClass {
pub parent_class: GSocketAddressEnumeratorClass,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
pub _g_reserved6: Option<unsafe extern "C" fn()>,
pub _g_reserved7: Option<unsafe extern "C" fn()>,
}
Expand description
GProxyAddressEnumeratorClass:
Class structure for #GProxyAddressEnumerator.
Fields§
§parent_class: GSocketAddressEnumeratorClass
§_g_reserved1: Option<unsafe extern "C" fn()>
§_g_reserved2: Option<unsafe extern "C" fn()>
§_g_reserved3: Option<unsafe extern "C" fn()>
§_g_reserved4: Option<unsafe extern "C" fn()>
§_g_reserved5: Option<unsafe extern "C" fn()>
§_g_reserved6: Option<unsafe extern "C" fn()>
§_g_reserved7: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for _GProxyAddressEnumeratorClass
impl Clone for _GProxyAddressEnumeratorClass
Source§fn clone(&self) -> _GProxyAddressEnumeratorClass
fn clone(&self) -> _GProxyAddressEnumeratorClass
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 moreSource§impl PartialEq for _GProxyAddressEnumeratorClass
impl PartialEq for _GProxyAddressEnumeratorClass
Source§fn eq(&self, other: &_GProxyAddressEnumeratorClass) -> bool
fn eq(&self, other: &_GProxyAddressEnumeratorClass) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GProxyAddressEnumeratorClass
impl Eq for _GProxyAddressEnumeratorClass
impl StructuralPartialEq for _GProxyAddressEnumeratorClass
Auto Trait Implementations§
impl Freeze for _GProxyAddressEnumeratorClass
impl RefUnwindSafe for _GProxyAddressEnumeratorClass
impl !Send for _GProxyAddressEnumeratorClass
impl !Sync for _GProxyAddressEnumeratorClass
impl Unpin for _GProxyAddressEnumeratorClass
impl UnwindSafe for _GProxyAddressEnumeratorClass
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