Struct gstreamer_tag_sys::GstTagDemux
source · [−]#[repr(C)]pub struct GstTagDemux {
pub element: GstElement,
pub priv_: *mut GstTagDemuxPrivate,
pub reserved: [gpointer; 4],
}
Fields
element: GstElement
priv_: *mut GstTagDemuxPrivate
reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTagDemux
impl !Send for GstTagDemux
impl !Sync for GstTagDemux
impl Unpin for GstTagDemux
impl UnwindSafe for GstTagDemux
Blanket Implementations
Mutably borrows from an owned value. Read more