Struct gstreamer_sys::GstStreamCollectionClass[][src]

#[repr(C)]
pub struct GstStreamCollectionClass { pub parent_class: GstObjectClass, pub stream_notify: Option<unsafe extern "C" fn(_: *mut GstStreamCollection, _: *mut GstStream, _: *mut GParamSpec)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstStreamCollectionClass
[src]

impl Clone for GstStreamCollectionClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStreamCollectionClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStreamCollectionClass

impl !Sync for GstStreamCollectionClass