Struct gstreamer_tag_sys::GstTagMux [−][src]
#[repr(C)]pub struct GstTagMux { pub element: GstElement, pub priv_: *mut GstTagMuxPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
element: GstElementpriv_: *mut GstTagMuxPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTagMuximpl UnwindSafe for GstTagMuxBlanket Implementations
Mutably borrows from an owned value. Read more