Struct vips_sys::_GHookList[][src]

#[repr(C)]
pub struct _GHookList { pub seq_id: gulong, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>, pub hooks: *mut GHook, pub dummy3: gpointer, pub finalize_hook: GHookFinalizeFunc, pub dummy: [gpointer; 2], }

Fields

Methods

impl _GHookList
[src]

Trait Implementations

impl Debug for _GHookList
[src]

Formats the value using the given formatter. Read more

impl Copy for _GHookList
[src]

impl Clone for _GHookList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GHookList

impl !Sync for _GHookList