Struct gstreamer_base_sys::GstCollectPadsClass [−][src]
#[repr(C)]pub struct GstCollectPadsClass { 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 GstCollectPadsClass
impl !Send for GstCollectPadsClass
impl !Sync for GstCollectPadsClass
impl Unpin for GstCollectPadsClass
impl UnwindSafe for GstCollectPadsClass
Blanket Implementations
Mutably borrows from an owned value. Read more