Struct vips_sys::_GHook
[−]
[src]
#[repr(C)]pub struct _GHook { pub data: gpointer, pub next: *mut GHook, pub prev: *mut GHook, pub ref_count: guint, pub hook_id: gulong, pub flags: guint, pub func: gpointer, pub destroy: GDestroyNotify, }
Fields
data: gpointer
next: *mut GHook
prev: *mut GHook
ref_count: guint
hook_id: gulong
flags: guint
func: gpointer
destroy: GDestroyNotify
Trait Implementations
impl Debug for _GHook
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more