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]
impl Debug for _GHook
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GHook
[src]
impl Copy for _GHook
impl Clone for _GHook
[src]
impl Clone for _GHook