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
Auto Trait Implementations
impl RefUnwindSafe for GstRegistry
impl !Send for GstRegistry
impl !Sync for GstRegistry
impl Unpin for GstRegistry
impl UnwindSafe for GstRegistry
Blanket Implementations
Mutably borrows from an owned value. Read more