Struct glib_sys::GHook[][src]

#[repr(C)]
pub struct GHook { pub data: gpointer, pub next: *mut GHook, pub prev: *mut GHook, pub ref_count: c_uint, pub hook_id: c_ulong, pub flags: c_uint, pub func: gpointer, pub destroy: GDestroyNotify, }

Fields

Trait Implementations

impl Copy for GHook
[src]

impl Clone for GHook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GHook
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GHook

impl !Sync for GHook