#[repr(C)]pub struct _GSocketAddressEnumerator {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for _GSocketAddressEnumerator
impl Clone for _GSocketAddressEnumerator
Source§fn clone(&self) -> _GSocketAddressEnumerator
fn clone(&self) -> _GSocketAddressEnumerator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 _GSocketAddressEnumerator
impl Debug for _GSocketAddressEnumerator
Source§impl PartialEq for _GSocketAddressEnumerator
impl PartialEq for _GSocketAddressEnumerator
Source§fn eq(&self, other: &_GSocketAddressEnumerator) -> bool
fn eq(&self, other: &_GSocketAddressEnumerator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _GSocketAddressEnumerator
impl Eq for _GSocketAddressEnumerator
impl StructuralPartialEq for _GSocketAddressEnumerator
Auto Trait Implementations§
impl Freeze for _GSocketAddressEnumerator
impl RefUnwindSafe for _GSocketAddressEnumerator
impl !Send for _GSocketAddressEnumerator
impl !Sync for _GSocketAddressEnumerator
impl Unpin for _GSocketAddressEnumerator
impl UnsafeUnpin for _GSocketAddressEnumerator
impl UnwindSafe for _GSocketAddressEnumerator
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