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
seq_id: c_ulonghook_size_and_setup: gpointerhooks: *mut GHookdummy3: gpointerfinalize_hook: GHookFinalizeFuncdummy: [gpointer; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GHookListimpl UnwindSafe for GHookListBlanket Implementations
Mutably borrows from an owned value. Read more