Struct gio_sys::GConverterIface[][src]

#[repr(C)]
pub struct GConverterIface { pub g_iface: GTypeInterface, pub convert: Option<unsafe extern "C" fn(_: *mut GConverter, _: *mut u8, _: size_t, _: *mut u8, _: size_t, _: GConverterFlags, _: *mut size_t, _: *mut size_t, _: *mut *mut GError) -> GConverterResult>, pub reset: Option<unsafe extern "C" fn(_: *mut GConverter)>, }

Fields

Trait Implementations

impl Copy for GConverterIface
[src]

impl Clone for GConverterIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GConverterIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations