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