Struct gst::ffi::Struct__GClosure[][src]

#[repr(C)]
pub struct Struct__GClosure { pub _bindgen_bitfield_1_: guint, pub _bindgen_bitfield_2_: guint, pub _bindgen_bitfield_3_: guint, pub _bindgen_bitfield_4_: guint, pub _bindgen_bitfield_5_: guint, pub _bindgen_bitfield_6_: guint, pub _bindgen_bitfield_7_: guint, pub _bindgen_bitfield_8_: guint, pub _bindgen_bitfield_9_: guint, pub _bindgen_bitfield_10_: guint, pub marshal: Option<extern "C" fn(closure: *mut GClosure, return_value: *mut GValue, n_param_values: guint, param_values: *const GValue, invocation_hint: gpointer, marshal_data: gpointer)>, pub data: gpointer, pub notifiers: *mut GClosureNotifyData, }

Fields

Trait Implementations

impl Default for Struct__GClosure
[src]

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

Auto Trait Implementations

impl !Send for Struct__GClosure

impl !Sync for Struct__GClosure