Struct gst::ffi::Struct__GHook [] [src]

pub struct Struct__GHook {
    pub data: gpointer,
    pub next: *mut GHook,
    pub prev: *mut GHook,
    pub ref_count: guint,
    pub hook_id: gulong,
    pub flags: guint,
    pub func: gpointer,
    pub destroy: GDestroyNotify,
}

Fields

data: gpointer next: *mut GHook prev: *mut GHook ref_count: guint hook_id: gulong flags: guint func: gpointer destroy: GDestroyNotify

Trait Implementations

impl Default for Struct__GHook
[src]

fn default() -> Struct__GHook

Returns the "default value" for a type. Read more