#[repr(C)]pub struct _GSocketAddress {
    pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for _GSocketAddress
 
impl Clone for _GSocketAddress
Source§fn clone(&self) -> _GSocketAddress
 
fn clone(&self) -> _GSocketAddress
Returns a duplicate 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 _GSocketAddress
 
impl Debug for _GSocketAddress
Source§impl PartialEq for _GSocketAddress
 
impl PartialEq for _GSocketAddress
impl Copy for _GSocketAddress
impl Eq for _GSocketAddress
impl StructuralPartialEq for _GSocketAddress
Auto Trait Implementations§
impl Freeze for _GSocketAddress
impl RefUnwindSafe for _GSocketAddress
impl !Send for _GSocketAddress
impl !Sync for _GSocketAddress
impl Unpin for _GSocketAddress
impl UnwindSafe for _GSocketAddress
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