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