Struct gstreamer_sys::GstTaskClass [−][src]
#[repr(C)]pub struct GstTaskClass { pub parent_class: GstObjectClass, pub pool: *mut GstTaskPool, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstObjectClasspool: *mut GstTaskPool_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTaskClassimpl !Send for GstTaskClassimpl !Sync for GstTaskClassimpl Unpin for GstTaskClassimpl UnwindSafe for GstTaskClassBlanket Implementations
Mutably borrows from an owned value. Read more