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