Struct gstreamer_sys::GstRegistry [−][src]
#[repr(C)]pub struct GstRegistry { pub object: GstObject, pub priv_: *mut GstRegistryPrivate, }
Fields
object: GstObject
priv_: *mut GstRegistryPrivate
Trait Implementations
impl Copy for GstRegistry
[src]
impl Copy for GstRegistry
impl Clone for GstRegistry
[src]
impl Clone for GstRegistry
fn clone(&self) -> GstRegistry
[src]
fn clone(&self) -> GstRegistry
Returns 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 GstRegistry
[src]
impl Debug for GstRegistry
Auto Trait Implementations
impl !Send for GstRegistry
impl !Send for GstRegistry
impl !Sync for GstRegistry
impl !Sync for GstRegistry