Struct glib_sys::GHookList[][src]

#[repr(C)]
pub struct GHookList { pub seq_id: c_ulong, pub hook_size_and_setup: gpointer, pub hooks: *mut GHook, pub dummy3: gpointer, pub finalize_hook: GHookFinalizeFunc, pub dummy: [gpointer; 2], }

Fields

Trait Implementations

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

impl Debug for GHookList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GHookList

impl !Sync for GHookList