Struct gstreamer_sys::GstRegistryClass
source · #[repr(C)]pub struct GstRegistryClass {
pub parent_class: GstObjectClass,
}Fields§
§parent_class: GstObjectClassTrait Implementations§
source§impl Clone for GstRegistryClass
impl Clone for GstRegistryClass
source§fn clone(&self) -> GstRegistryClass
fn clone(&self) -> GstRegistryClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more