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