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

Trait Implementations

impl Copy for GInetAddressClass
[src]

impl Clone for GInetAddressClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GInetAddressClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations