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
_bindgen_bitfield_1_: guint
_bindgen_bitfield_2_: guint
_bindgen_bitfield_3_: guint
_bindgen_bitfield_4_: guint
_bindgen_bitfield_5_: guint
_bindgen_bitfield_6_: guint
_bindgen_bitfield_7_: guint
_bindgen_bitfield_8_: guint
_bindgen_bitfield_9_: guint
_bindgen_bitfield_10_: guint
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)>
data: gpointer
notifiers: *mut GClosureNotifyData
Trait Implementations
impl Default for Struct__GClosure
[src]
impl Default for Struct__GClosure
fn default() -> Struct__GClosure
[src]
fn default() -> Struct__GClosure
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GClosure
impl !Send for Struct__GClosure
impl !Sync for Struct__GClosure
impl !Sync for Struct__GClosure