#[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()>,
}
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<_GProxyAddressEnumeratorClass> for _GProxyAddressEnumeratorClass
impl PartialEq<_GProxyAddressEnumeratorClass> for _GProxyAddressEnumeratorClass
source§fn eq(&self, other: &_GProxyAddressEnumeratorClass) -> bool
fn eq(&self, other: &_GProxyAddressEnumeratorClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GProxyAddressEnumeratorClass
impl Eq for _GProxyAddressEnumeratorClass
impl StructuralEq for _GProxyAddressEnumeratorClass
impl StructuralPartialEq for _GProxyAddressEnumeratorClass
Auto Trait Implementations§
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