#[repr(C)]
pub struct GstBinClass { pub parent_class: GstElementClass, pub pool: *mut GThreadPool, pub element_added: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement)>, pub element_removed: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement)>, pub add_element: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement) -> gboolean>, pub remove_element: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement) -> gboolean>, pub handle_message: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstMessage)>, pub do_latency: Option<unsafe extern "C" fn(_: *mut GstBin) -> gboolean>, pub deep_element_added: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstBin, _: *mut GstElement)>, pub deep_element_removed: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstBin, _: *mut GstElement)>, pub _gst_reserved: [gpointer; 2], }

Fields

parent_class: GstElementClasspool: *mut GThreadPoolelement_added: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement)>element_removed: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement)>add_element: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement) -> gboolean>remove_element: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstElement) -> gboolean>handle_message: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstMessage)>do_latency: Option<unsafe extern "C" fn(_: *mut GstBin) -> gboolean>deep_element_added: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstBin, _: *mut GstElement)>deep_element_removed: Option<unsafe extern "C" fn(_: *mut GstBin, _: *mut GstBin, _: *mut GstElement)>_gst_reserved: [gpointer; 2]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.