Struct vips_sys::_GInterfaceInfo[][src]

#[repr(C)]
pub struct _GInterfaceInfo { pub interface_init: GInterfaceInitFunc, pub interface_finalize: GInterfaceFinalizeFunc, pub interface_data: gpointer, }

Fields

Trait Implementations

impl Debug for _GInterfaceInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for _GInterfaceInfo
[src]

impl Clone for _GInterfaceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GInterfaceInfo

impl !Sync for _GInterfaceInfo