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
parent_class: GstObjectClass
stream_notify: Option<unsafe extern "C" fn(_: *mut GstStreamCollection, _: *mut GstStream, _: *mut GParamSpec)>
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStreamCollectionClass
impl !Send for GstStreamCollectionClass
impl !Sync for GstStreamCollectionClass
impl Unpin for GstStreamCollectionClass
impl UnwindSafe for GstStreamCollectionClass
Blanket Implementations
Mutably borrows from an owned value. Read more