Struct gio_sys::GInetAddressClass [−][src]
#[repr(C)]pub struct GInetAddressClass { pub parent_class: GObjectClass, pub to_string: Option<unsafe extern "C" fn(_: *mut GInetAddress) -> *mut c_char>, pub to_bytes: Option<unsafe extern "C" fn(_: *mut GInetAddress) -> *const u8>, }
Fields
parent_class: GObjectClassto_string: Option<unsafe extern "C" fn(_: *mut GInetAddress) -> *mut c_char>to_bytes: Option<unsafe extern "C" fn(_: *mut GInetAddress) -> *const u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GInetAddressClassimpl !Send for GInetAddressClassimpl !Sync for GInetAddressClassimpl Unpin for GInetAddressClassimpl UnwindSafe for GInetAddressClassBlanket Implementations
Mutably borrows from an owned value. Read more