Struct vips_sys::_GInterfaceInfo
[−]
[src]
#[repr(C)]pub struct _GInterfaceInfo { pub interface_init: GInterfaceInitFunc, pub interface_finalize: GInterfaceFinalizeFunc, pub interface_data: gpointer, }
Fields
interface_init: GInterfaceInitFunc
interface_finalize: GInterfaceFinalizeFunc
interface_data: gpointer
Trait Implementations
impl Debug for _GInterfaceInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GInterfaceInfo
[src]
impl Clone for _GInterfaceInfo
[src]
fn clone(&self) -> _GInterfaceInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more