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
data: gpointer
next: *mut GHook
prev: *mut GHook
ref_count: c_uint
hook_id: c_ulong
flags: c_uint
func: gpointer
destroy: GDestroyNotify
Trait Implementations
impl Copy for GHook
[src]
impl Copy for GHook
impl Clone for GHook
[src]
impl Clone for GHook
fn clone(&self) -> GHook
[src]
fn clone(&self) -> GHook
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GHook
[src]
impl Debug for GHook