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