Struct gstreamer_sys::GstRegistryClass [−][src]
#[repr(C)]pub struct GstRegistryClass { pub parent_class: GstObjectClass, }
Fields
parent_class: GstObjectClass
Trait Implementations
impl Copy for GstRegistryClass[src]
impl Copy for GstRegistryClassimpl Clone for GstRegistryClass[src]
impl Clone for GstRegistryClassfn clone(&self) -> GstRegistryClass[src]
fn clone(&self) -> GstRegistryClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstRegistryClass[src]
impl Debug for GstRegistryClassAuto Trait Implementations
impl !Send for GstRegistryClass
impl !Send for GstRegistryClassimpl !Sync for GstRegistryClass
impl !Sync for GstRegistryClass