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