Struct gstreamer_pbutils_sys::GstDiscoverer [−][src]
#[repr(C)]pub struct GstDiscoverer { pub parent: GObject, pub priv_: *mut GstDiscovererPrivate, pub _reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstDiscovererPrivate
_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDiscoverer
impl !Send for GstDiscoverer
impl !Sync for GstDiscoverer
impl Unpin for GstDiscoverer
impl UnwindSafe for GstDiscoverer
Blanket Implementations
Mutably borrows from an owned value. Read more