Struct gstreamer_sys::GstRegistry[][src]

#[repr(C)]
pub struct GstRegistry { pub object: GstObject, pub priv_: *mut GstRegistryPrivate, }

Fields

Trait Implementations

impl Copy for GstRegistry
[src]

impl Clone for GstRegistry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRegistry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRegistry

impl !Sync for GstRegistry