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

Trait Implementations

impl Debug for _GHook
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GHook
[src]

impl Clone for _GHook
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more