Struct gio_sys::GInetSocketAddress [−][src]
#[repr(C)]pub struct GInetSocketAddress { pub parent_instance: GSocketAddress, pub priv_: *mut GInetSocketAddressPrivate, }
Fields
parent_instance: GSocketAddresspriv_: *mut GInetSocketAddressPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GInetSocketAddressimpl !Send for GInetSocketAddressimpl !Sync for GInetSocketAddressimpl Unpin for GInetSocketAddressimpl UnwindSafe for GInetSocketAddressBlanket Implementations
Mutably borrows from an owned value. Read more