#[repr(C)]pub struct _GProxyAddressEnumerator {
pub parent_instance: GSocketAddressEnumerator,
pub priv_: *mut GProxyAddressEnumeratorPrivate,
}
Fields§
§parent_instance: GSocketAddressEnumerator
§priv_: *mut GProxyAddressEnumeratorPrivate
Trait Implementations§
Source§impl Clone for _GProxyAddressEnumerator
impl Clone for _GProxyAddressEnumerator
Source§fn clone(&self) -> _GProxyAddressEnumerator
fn clone(&self) -> _GProxyAddressEnumerator
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 Debug for _GProxyAddressEnumerator
impl Debug for _GProxyAddressEnumerator
Source§impl PartialEq for _GProxyAddressEnumerator
impl PartialEq for _GProxyAddressEnumerator
impl Copy for _GProxyAddressEnumerator
impl Eq for _GProxyAddressEnumerator
impl StructuralPartialEq for _GProxyAddressEnumerator
Auto Trait Implementations§
impl Freeze for _GProxyAddressEnumerator
impl RefUnwindSafe for _GProxyAddressEnumerator
impl !Send for _GProxyAddressEnumerator
impl !Sync for _GProxyAddressEnumerator
impl Unpin for _GProxyAddressEnumerator
impl UnwindSafe for _GProxyAddressEnumerator
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