Struct gstreamer_sys::GstStreamClass [−][src]
#[repr(C)]pub struct GstStreamClass { pub parent_class: GstObjectClass, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstObjectClass_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStreamClassimpl !Send for GstStreamClassimpl !Sync for GstStreamClassimpl Unpin for GstStreamClassimpl UnwindSafe for GstStreamClassBlanket Implementations
Mutably borrows from an owned value. Read more